chore(devcontainer): rename dev container (libc_test)

Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
EnderIce2 2025-02-26 23:04:57 +00:00
parent a3719eef3e
commit aab84cd3ab
No known key found for this signature in database
GPG Key ID: 2EE20AF089811A5A
2 changed files with 3 additions and 2 deletions

View File

@ -17,7 +17,8 @@
"vscode",
"userspace/apps/sys/init",
"userspace/apps/test/utest",
"userspace/libs/libm"
"userspace/libs/libm",
"devcontainer"
]
}
}

View File

@ -1,7 +1,7 @@
// 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
{
"name": "C++",
"name": "libc test container",
"build": {
"dockerfile": "Dockerfile"
},