更新 'settings.json'

This commit is contained in:
colin 2023-07-26 14:11:21 +08:00
parent b2671c0580
commit 8ba43e2c8e
1 changed files with 4 additions and 2 deletions

View File

@ -30,7 +30,6 @@
"C_Cpp.intelliSenseEngine": "default",
"C_Cpp.default.cppStandard": "c++11",
"C_Cpp.default.cStandard": "c11",
"C_Cpp.intelliSenseEngineFallback": "enabled",
"C_Cpp.workspaceParsingPriority": "high",
"editor.fontSize": 13,
"problems.decorations.enabled": false,
@ -135,6 +134,7 @@
"workbench.tree.renderIndentGuides": "always",
"systemverilog.maxLineCountIndexing": 1000000,
"C_Cpp.clang_format_fallbackStyle": "google",
"C_Cpp.clang_format_style": "google",
"cmake.configureOnEdit": false,
"window.zoomLevel": 1,
"editor.minimap.showSlider": "always",
@ -153,7 +153,9 @@
"editor.hover.enabled": false,
"terminal.integrated.gpuAcceleration": "on",
"terminal.integrated.shellIntegration.suggestEnabled": true,
"workbench.statusBar.visible": false,
"git.showCommitInput": false,
"C_Cpp.loggingLevel": "None",
"C_Cpp.default.enableConfigurationSquiggles": false,
"workbench.statusBar.visible": false,
"workbench.activityBar.visible": false
}