mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-05-28 15:34:31 +00:00
chore(devcontainer): rename dev container (libc_test)
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
parent
a3719eef3e
commit
aab84cd3ab
@ -17,7 +17,8 @@
|
|||||||
"vscode",
|
"vscode",
|
||||||
"userspace/apps/sys/init",
|
"userspace/apps/sys/init",
|
||||||
"userspace/apps/test/utest",
|
"userspace/apps/test/utest",
|
||||||
"userspace/libs/libm"
|
"userspace/libs/libm",
|
||||||
|
"devcontainer"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
|
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
|
||||||
// README at: https://github.com/devcontainers/templates/tree/main/src/cpp
|
// README at: https://github.com/devcontainers/templates/tree/main/src/cpp
|
||||||
{
|
{
|
||||||
"name": "C++",
|
"name": "libc test container",
|
||||||
"build": {
|
"build": {
|
||||||
"dockerfile": "Dockerfile"
|
"dockerfile": "Dockerfile"
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user