{ "name": "4beumer.nl C++", "build": { "dockerfile": "../devcontainer.Dockerfile", "args": { "BUILD_TYPE": "Debug", "COMPILER_CPPSTD": "23" } }, "postCreateCommand": "${containerWorkspaceFolder}/.devcontainer/postcreate.py --build_type=Debug --cppstd=23", // Configure tool-specific properties. "customizations": { "vscode": { "settings": { "conan-extension.installArgs": [ "-of build", "-s build_type=Debug" "-s compiler.cppstd=23" ], }, "extensions": [ "ms-vscode.cpptools", "ms-python.python", "twxs.cmake", "ms-vscode.cmake-tools", "konicy.conan-extension" ] } } }