diff options
| author | Tim Keller <geekboy1011@gmail.com> | 2021-08-09 00:16:17 (GMT) |
|---|---|---|
| committer | Tim Keller <geekboy1011@gmail.com> | 2021-08-09 00:16:17 (GMT) |
| commit | 44889adda074af2a7a5fe61b19667521755dd24d (patch) | |
| tree | 6b6205157731a0a8206d8aef18e6a14b35264036 /.devcontainer/devcontainer.json | |
| parent | d2dc719b318a256d3d6f2fea3bdcf30c5eb40969 (diff) | |
Setup plugins for Clang-tidy/format
Diffstat (limited to '.devcontainer/devcontainer.json')
| -rw-r--r-- | .devcontainer/devcontainer.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 223b651..778fe9c 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. |
