更新 settings.json
This commit is contained in:
parent
2c1ef788f6
commit
83084d39ab
|
@ -142,7 +142,7 @@
|
|||
"C_Cpp.codeAnalysis.clangTidy.codeAction.showDisable": false,
|
||||
"C_Cpp.codeAnalysis.clangTidy.codeAction.showDocumentation": false,
|
||||
"C_Cpp.codeAnalysis.clangTidy.codeAction.showClear": "None",
|
||||
"editor.lightbulb.enabled": false,
|
||||
"editor.lightbulb.enabled": "off",
|
||||
"editor.hover.enabled": false,
|
||||
"terminal.integrated.gpuAcceleration": "on",
|
||||
"terminal.integrated.shellIntegration.suggestEnabled": true,
|
||||
|
@ -160,7 +160,6 @@
|
|||
"--line-length=120",
|
||||
],
|
||||
"workbench.statusBar.visible": false,
|
||||
"workbench.activityBar.location": "hidden",
|
||||
"editor.hover.sticky": false,
|
||||
"editor.hover.enabled": false,
|
||||
"editor.hover.above": false,
|
||||
|
|
Loading…
Reference in New Issue