Setup plugins for Clang-tidy/format
This commit is contained in:
@@ -16,7 +16,7 @@ RUN apt-get update -qq \
|
||||
wget \
|
||||
curl \
|
||||
dos2unix \
|
||||
clang-format \
|
||||
clang-format-12 \
|
||||
clang-tidy \
|
||||
locales \
|
||||
libncurses5 \
|
||||
|
@@ -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.
|
||||
|
Reference in New Issue
Block a user