// 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"] } } }