summaryrefslogtreecommitdiff
path: root/.devcontainer/devcontainer.json
diff options
context:
space:
mode:
authorTim Keller <geekboy1011@gmail.com>2021-07-25 20:12:34 (GMT)
committerTim Keller <geekboy1011@gmail.com>2021-08-07 18:19:11 (GMT)
commitf7643a4d828ec3c60f418b6d9a660097eb44e05e (patch)
treed7bc7202f4f587c0350c84c98bcffdbb9c428e41 /.devcontainer/devcontainer.json
parentc0b84537b35fd358e929962a962c53e50019079e (diff)
Added cmake variants
Diffstat (limited to '.devcontainer/devcontainer.json')
-rw-r--r--.devcontainer/devcontainer.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
index 90b6ece..223b651 100644
--- a/.devcontainer/devcontainer.json
+++ b/.devcontainer/devcontainer.json
@@ -19,6 +19,7 @@
"extensions": [
"ms-vscode.cpptools",
"ms-vscode.cmake-tools",
+ "marus25.cortex-debug"
],
// Use 'forwardPorts' to make a list of ports inside the container available locally.