{ "id": "cpp", "version": "4.0.0", "name": "C++", "description": "Develop C++ applications on Linux. Includes Debian C++ build tools.", "documentationURL": "https://github.com/devcontainers/templates/tree/main/src/cpp", "publisher": "Dev Container Spec Maintainers", "licenseURL": "https://github.com/devcontainers/templates/blob/main/LICENSE", "options": { "imageVariant": { "type": "string", "description": "Debian / Ubuntu version (use Debian 13, Debian 12, Ubuntu 24.04, and Ubuntu 22.04 on local arm64/Apple Silicon):", "proposals": [ "debian13", "debian12", "ubuntu24.04", "ubuntu22.04" ], "default": "debian13" }, "reinstallCmakeVersionFromSource": { "type": "string", "description": "Install CMake version different from what base image has already installed.", "proposals": [ "none", "3.21.5", "3.22.2" ], "default": "none" } }, "platforms": ["C++"], "optionalPaths": [ ".github/*" ] }