更新 'settings_cpp.json'
This commit is contained in:
parent
2fee843869
commit
e7af1d1360
|
@ -5,7 +5,19 @@
|
|||
"C_Cpp.default.intelliSenseMode": "clang-x64",
|
||||
"C_Cpp.default.cppStandard": "c++11",
|
||||
"C_Cpp.default.cStandard": "c11",
|
||||
"C_Cpp.intelliSenseEngineFallback": "Enabled"
|
||||
"C_Cpp.intelliSenseEngineFallback": "Enabled",
|
||||
"files.exclude": {
|
||||
"**/bazel-bin": true,
|
||||
"**/bazel-out": true,
|
||||
"**/bazel-testlogs": true,
|
||||
"**/bazel-Primo": true,
|
||||
|
||||
"**/.git": true,
|
||||
"**/.svn": true,
|
||||
"**/.hg": true,
|
||||
"**/CVS": true,
|
||||
"**/.DS_Store": true,
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue