更新 'settings.json'
This commit is contained in:
parent
3322590416
commit
e2f1e46709
|
@ -23,10 +23,10 @@
|
||||||
"quickInput.foreground": "#000000",
|
"quickInput.foreground": "#000000",
|
||||||
"editorError.foreground": "#00000000",
|
"editorError.foreground": "#00000000",
|
||||||
},
|
},
|
||||||
"C_Cpp.autocomplete": "Disabled",
|
// "C_Cpp.autocomplete": "Disabled",
|
||||||
"C_Cpp.formatting": "Disabled",
|
// "C_Cpp.formatting": "Disabled",
|
||||||
"C_Cpp.errorSquiggles": "Disabled",
|
// "C_Cpp.errorSquiggles": "Disabled",
|
||||||
"C_Cpp.intelliSenseEngine": "Disabled",
|
"C_Cpp.intelliSenseEngine": "Default",
|
||||||
"C_Cpp.clang_format_style": "google",
|
"C_Cpp.clang_format_style": "google",
|
||||||
"C_Cpp.default.cppStandard": "c++11",
|
"C_Cpp.default.cppStandard": "c++11",
|
||||||
"C_Cpp.default.cStandard": "c11",
|
"C_Cpp.default.cStandard": "c11",
|
||||||
|
@ -181,5 +181,4 @@
|
||||||
},
|
},
|
||||||
"scm.countBadge": "off",
|
"scm.countBadge": "off",
|
||||||
"workbench.statusBar.visible": false,
|
"workbench.statusBar.visible": false,
|
||||||
"workbench.activityBar.visible": false,
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue