Setup plugins for Clang-tidy/format

This commit is contained in:
Tim Keller
2021-08-09 00:16:17 +00:00
parent d2dc719b31
commit 44889adda0
3 changed files with 6 additions and 3 deletions

View File

@@ -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.