File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ RUN apt-get update -qq \
1616 wget \
1717 curl \
1818 dos2unix \
19- clang-format \
19+ clang-format-12 \
2020 clang-tidy \
2121 locales \
2222 libncurses5 \
Original file line number Diff line number Diff line change 1919 "extensions" : [
2020 " ms-vscode.cpptools" ,
2121 " ms-vscode.cmake-tools" ,
22- " marus25.cortex-debug"
22+ " marus25.cortex-debug" ,
23+ " notskm.clang-tidy" ,
24+ " mjohns.clang-format"
2325 ],
2426
2527 // Use 'forwardPorts' to make a list of ports inside the container available locally.
Original file line number Diff line number Diff line change 44 " -DARM_NONE_EABI_TOOLCHAIN_PATH=${env:ARM_NONE_EABI_TOOLCHAIN_PATH}" ,
55 " -DNRF5_SDK_PATH=${env:NRF5_SDK_PATH}" ,
66 ],
7- "cmake.generator" : " Unix Makefiles"
7+ "cmake.generator" : " Unix Makefiles" ,
8+ "clang-tidy.buildPath" : " build/compile_commands.json"
89}
You can’t perform that action at this time.
0 commit comments