1
0
forked from eoeair/cenv
cenv/Program/cpp/.devcontainer/devcontainer.json

14 lines
392 B
JSON

// For format details, see https://aka.ms/devcontainer.json.
// For config options, see the README at: https://github.com/devcontainers/templates/tree/main/src/debian
{
"name": "cpp",
"image": "docker.io/ben0i0d/cenv:cpp",
// Configure vscode-extensions.
"customizations": {
"vscode": {
"extensions": ["formulahendry.code-runner", "ms-vscode.cpptools-extension-pack"]
}
}
}