This commit is contained in:
Martin Brodbeck 2022-07-07 15:03:13 +02:00
parent 52e0f1636e
commit 21571215bc
1 changed files with 9 additions and 1 deletions

10
.vscode/settings.json vendored
View File

@ -69,5 +69,13 @@
},
"C_Cpp.clang_format_path": "/usr/bin/clang-format",
"cmake.configureOnOpen": true,
"C_Cpp.configurationWarnings": "Disabled"
"C_Cpp.configurationWarnings": "Disabled",
"files.watcherExclude": {
"**/.git/objects/**": true,
"**/.git/subtree-cache/**": true,
"**/node_modules/*/**": true,
"**/.hg/store/**": true,
".flatpak/**": true,
"_build/**": true
}
}