diff options
author | sotech117 <michael_foiani@brown.edu> | 2024-02-13 00:29:28 +0000 |
---|---|---|
committer | sotech117 <michael_foiani@brown.edu> | 2024-02-13 00:29:28 +0000 |
commit | 704ab909fa30ef37762530ca7f1e5bff25c24e15 (patch) | |
tree | b9dc8951aaf22f5c025c9fe9a0b5e7fb89cd3cc1 /.devcontainer | |
parent | 5547ae3be2666a17a08efe8720e93ac3c78fdc55 (diff) |
got basic tests to work
Diffstat (limited to '.devcontainer')
-rw-r--r-- | .devcontainer/devcontainer.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 0f887e1..02ce53e 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -5,7 +5,12 @@ "vscode": { "extensions": [ "ms-vscode.cpptools", - "ms-vscode.cpptools-extension-pack" + "ms-vscode.cpptools-extension-pack", + "ms-vscode.makefile-tools", + + "ms-azuretools.vscode-docker", + + "tonybaloney.vscode-pets" ] } } |