更新 'settings_cpp.json'
This commit is contained in:
parent
e7af1d1360
commit
653d4a4dcb
|
@ -1,23 +1,20 @@
|
||||||
{
|
{
|
||||||
"C_Cpp.clang_format_style": "google",
|
"C_Cpp.clang_format_style": "google",
|
||||||
"C_Cpp.errorSquiggles": "Disabled",
|
"C_Cpp.errorSquiggles": "Disabled",
|
||||||
"C_Cpp.updateChannel": "Insiders",
|
"C_Cpp.updateChannel": "Insiders",
|
||||||
"C_Cpp.default.intelliSenseMode": "clang-x64",
|
"C_Cpp.default.intelliSenseMode": "clang-x64",
|
||||||
"C_Cpp.default.cppStandard": "c++11",
|
"C_Cpp.default.cppStandard": "c++11",
|
||||||
"C_Cpp.default.cStandard": "c11",
|
"C_Cpp.default.cStandard": "c11",
|
||||||
"C_Cpp.intelliSenseEngineFallback": "Enabled",
|
"C_Cpp.intelliSenseEngineFallback": "Enabled",
|
||||||
"files.exclude": {
|
"files.exclude": {
|
||||||
"**/bazel-bin": true,
|
"**/bazel-bin": true,
|
||||||
"**/bazel-out": true,
|
"**/bazel-out": true,
|
||||||
"**/bazel-testlogs": true,
|
"**/bazel-testlogs": true,
|
||||||
"**/bazel-Primo": true,
|
"**/bazel-Primo": true,
|
||||||
|
|
||||||
"**/.git": true,
|
"**/.git": true,
|
||||||
"**/.svn": true,
|
"**/.svn": true,
|
||||||
"**/.hg": true,
|
"**/.hg": true,
|
||||||
"**/CVS": true,
|
"**/CVS": true,
|
||||||
"**/.DS_Store": true,
|
"**/.DS_Store": true
|
||||||
},
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue