summaryrefslogtreecommitdiff
path: root/.devcontainer/devcontainer.json
diff options
context:
space:
mode:
authorTim Keller <geekboy1011@gmail.com>2021-08-09 00:16:17 +0000
committerTim Keller <geekboy1011@gmail.com>2021-08-09 00:16:17 +0000
commit44889adda074af2a7a5fe61b19667521755dd24d (patch)
tree6b6205157731a0a8206d8aef18e6a14b35264036 /.devcontainer/devcontainer.json
parentd2dc719b318a256d3d6f2fea3bdcf30c5eb40969 (diff)
Setup plugins for Clang-tidy/format
Diffstat (limited to '.devcontainer/devcontainer.json')
-rw-r--r--.devcontainer/devcontainer.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
index 223b651f..778fe9cb 100644
--- a/.devcontainer/devcontainer.json
+++ b/.devcontainer/devcontainer.json
@@ -19,7 +19,9 @@
"extensions": [
"ms-vscode.cpptools",
"ms-vscode.cmake-tools",
- "marus25.cortex-debug"
+ "marus25.cortex-debug",
+ "notskm.clang-tidy",
+ "mjohns.clang-format"
],
// Use 'forwardPorts' to make a list of ports inside the container available locally.