vscode stuff

This commit is contained in:
Martin Brodbeck 2022-06-05 18:50:43 +02:00
parent 4fbb58f1c4
commit 5dc8d5e76d
1 changed files with 8 additions and 0 deletions

View File

@ -17,4 +17,12 @@
"cortex-debug.openocdPath": "${env:HOME}/src/openocd/src/openocd",
"cmake.generator": "Unix Makefiles",
"C_Cpp.clang_format_fallbackStyle": "LLVM",
"files.watcherExclude": {
"**/.git/objects/**": true,
"**/.git/subtree-cache/**": true,
"**/node_modules/*/**": true,
"**/.hg/store/**": true,
".flatpak/**": true,
"_build/**": true
},
}