mirror of
https://github.com/halleysfifthinc/Toyota-AVC-LAN
synced 2025-06-08 16:36:11 +00:00
Exclude build artifacts from C/C++ extension analysis
This commit is contained in:
parent
2a5b95c3f5
commit
70d153f77c
9
.vscode/settings.json
vendored
9
.vscode/settings.json
vendored
@ -1,3 +1,10 @@
|
|||||||
{
|
{
|
||||||
"editor.formatOnSave": true
|
"editor.formatOnSave": true,
|
||||||
|
"C_Cpp.codeAnalysis.clangTidy.checks.disabled": [
|
||||||
|
"clang-analyzer-core.NullDereference"
|
||||||
|
],
|
||||||
|
"C_Cpp.files.exclude": {
|
||||||
|
"build/**": true
|
||||||
|
},
|
||||||
|
"cmake.configureOnOpen": true,
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user