Code cleanup and refactoring.
This commit is contained in:
@@ -47,7 +47,15 @@
|
||||
"--header-insertion=never"
|
||||
],
|
||||
"C_Cpp.autocomplete": "disabled",
|
||||
"search.useIgnoreFiles": true
|
||||
"search.useIgnoreFiles": true,
|
||||
"search.exclude": {
|
||||
"**/Intermediate": true,
|
||||
"**/Saved": true,
|
||||
"**/Binaries": true,
|
||||
"**/DerivedDataCache": true,
|
||||
"**/*.generated.h": true,
|
||||
"**/*.gen.cpp": true
|
||||
}
|
||||
},
|
||||
"extensions": {
|
||||
"recommendations": [
|
||||
|
||||
Reference in New Issue
Block a user