From 22601afebe7b94e04cfb2b3e9eead40d7550551c Mon Sep 17 00:00:00 2001 From: colin Date: Tue, 23 May 2023 11:03:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'settings.json'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- settings.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/settings.json b/settings.json index 05828e8..49bc84c 100644 --- a/settings.json +++ b/settings.json @@ -150,5 +150,8 @@ "git.openRepositoryInParentFolders": "never", "workbench.statusBar.visible": false, "editor.minimap.enabled": false, - "workbench.activityBar.visible": false + "workbench.activityBar.visible": false, + "C_Cpp.codeAnalysis.clangTidy.codeAction.showDisable": false, + "C_Cpp.codeAnalysis.clangTidy.codeAction.showDocumentation": false, + "C_Cpp.codeAnalysis.clangTidy.codeAction.showClear": "None" } \ No newline at end of file