更新 'settings.json'
This commit is contained in:
parent
b2671c0580
commit
8ba43e2c8e
|
@ -30,7 +30,6 @@
|
||||||
"C_Cpp.intelliSenseEngine": "default",
|
"C_Cpp.intelliSenseEngine": "default",
|
||||||
"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.workspaceParsingPriority": "high",
|
"C_Cpp.workspaceParsingPriority": "high",
|
||||||
"editor.fontSize": 13,
|
"editor.fontSize": 13,
|
||||||
"problems.decorations.enabled": false,
|
"problems.decorations.enabled": false,
|
||||||
|
@ -135,6 +134,7 @@
|
||||||
"workbench.tree.renderIndentGuides": "always",
|
"workbench.tree.renderIndentGuides": "always",
|
||||||
"systemverilog.maxLineCountIndexing": 1000000,
|
"systemverilog.maxLineCountIndexing": 1000000,
|
||||||
"C_Cpp.clang_format_fallbackStyle": "google",
|
"C_Cpp.clang_format_fallbackStyle": "google",
|
||||||
|
"C_Cpp.clang_format_style": "google",
|
||||||
"cmake.configureOnEdit": false,
|
"cmake.configureOnEdit": false,
|
||||||
"window.zoomLevel": 1,
|
"window.zoomLevel": 1,
|
||||||
"editor.minimap.showSlider": "always",
|
"editor.minimap.showSlider": "always",
|
||||||
|
@ -153,7 +153,9 @@
|
||||||
"editor.hover.enabled": false,
|
"editor.hover.enabled": false,
|
||||||
"terminal.integrated.gpuAcceleration": "on",
|
"terminal.integrated.gpuAcceleration": "on",
|
||||||
"terminal.integrated.shellIntegration.suggestEnabled": true,
|
"terminal.integrated.shellIntegration.suggestEnabled": true,
|
||||||
"workbench.statusBar.visible": false,
|
|
||||||
"git.showCommitInput": false,
|
"git.showCommitInput": false,
|
||||||
|
"C_Cpp.loggingLevel": "None",
|
||||||
|
"C_Cpp.default.enableConfigurationSquiggles": false,
|
||||||
|
"workbench.statusBar.visible": false,
|
||||||
"workbench.activityBar.visible": false
|
"workbench.activityBar.visible": false
|
||||||
}
|
}
|
Loading…
Reference in New Issue