aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.devcontainer/devcontainer.json10
1 files changed, 9 insertions, 1 deletions
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
index 9784a11..0f887e1 100644
--- a/.devcontainer/devcontainer.json
+++ b/.devcontainer/devcontainer.json
@@ -1,4 +1,12 @@
{
"name": "os-dev",
- "build": { "dockerfile": "Dockerfile" }
+ "build": { "dockerfile": "Dockerfile" },
+ "customizations" : {
+ "vscode": {
+ "extensions": [
+ "ms-vscode.cpptools",
+ "ms-vscode.cpptools-extension-pack"
+ ]
+ }
+ }
} \ No newline at end of file