chore(devcontainer): rename dev container (libc_test)

Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
2025-02-26 23:04:57 +00:00
parent a3719eef3e
commit aab84cd3ab
2 changed files with 3 additions and 2 deletions

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"
},