From 83084d39ab9662bce557ac4f1815734377f77bb2 Mon Sep 17 00:00:00 2001 From: colin Date: Thu, 12 Dec 2024 01:35:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20settings.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- settings.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/settings.json b/settings.json index 8b6ae07..d655db8 100644 --- a/settings.json +++ b/settings.json @@ -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,