// 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": "Default", "build": { "dockerfile": "./Dockerfile", "args": { "BASE_IMAGE_NAME": "mcr.microsoft.com/devcontainers/cpp:debian-12" }, "context": "./context" } }