…
This commit is contained in:
parent
52e0f1636e
commit
21571215bc
1 changed files with 9 additions and 1 deletions
10
.vscode/settings.json
vendored
10
.vscode/settings.json
vendored
|
@ -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
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue