diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 0bbbb9f..cdfc85f 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -7,6 +7,16 @@ "context": "..", // Update the 'dockerFile' property if you aren't using the standard 'Dockerfile' filename. "dockerfile": "../dockerfile" + }, + "customizations": { + "vscode": { + "extensions": [ + "ms-vscode.cpptools", + "ms-vscode.cpptools-extension-pack", + "ms-vscode.cpptools-themes", + "ms-vscode.cmake-tools" + ] + } } // Features to add to the dev container. More info: https://containers.dev/features.