更新 settings.json

This commit is contained in:
colin 2024-12-12 01:35:00 +08:00
parent 2c1ef788f6
commit 83084d39ab
1 changed files with 1 additions and 2 deletions

View File

@ -142,7 +142,7 @@
"C_Cpp.codeAnalysis.clangTidy.codeAction.showDisable": false, "C_Cpp.codeAnalysis.clangTidy.codeAction.showDisable": false,
"C_Cpp.codeAnalysis.clangTidy.codeAction.showDocumentation": false, "C_Cpp.codeAnalysis.clangTidy.codeAction.showDocumentation": false,
"C_Cpp.codeAnalysis.clangTidy.codeAction.showClear": "None", "C_Cpp.codeAnalysis.clangTidy.codeAction.showClear": "None",
"editor.lightbulb.enabled": false, "editor.lightbulb.enabled": "off",
"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,
@ -160,7 +160,6 @@
"--line-length=120", "--line-length=120",
], ],
"workbench.statusBar.visible": false, "workbench.statusBar.visible": false,
"workbench.activityBar.location": "hidden",
"editor.hover.sticky": false, "editor.hover.sticky": false,
"editor.hover.enabled": false, "editor.hover.enabled": false,
"editor.hover.above": false, "editor.hover.above": false,