diff options
author | sotech117 <michael_foiani@brown.edu> | 2024-02-12 19:15:08 +0000 |
---|---|---|
committer | sotech117 <michael_foiani@brown.edu> | 2024-02-12 19:15:08 +0000 |
commit | 5547ae3be2666a17a08efe8720e93ac3c78fdc55 (patch) | |
tree | a5875342d169119d353f9e01b309ff4f41d0ddcf | |
parent | b02edfea01006ea536a8329666eae452b9b8978e (diff) |
add cpptool extensions to docker container
-rw-r--r-- | .devcontainer/devcontainer.json | 10 |
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 |