From e2f1e46709fbc06ce3c3101c794cbf2f8d157c7c Mon Sep 17 00:00:00 2001 From: colin Date: Fri, 10 Dec 2021 17:11:49 +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 | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/settings.json b/settings.json index 09658cc..48e33f2 100644 --- a/settings.json +++ b/settings.json @@ -23,10 +23,10 @@ "quickInput.foreground": "#000000", "editorError.foreground": "#00000000", }, - "C_Cpp.autocomplete": "Disabled", - "C_Cpp.formatting": "Disabled", - "C_Cpp.errorSquiggles": "Disabled", - "C_Cpp.intelliSenseEngine": "Disabled", + // "C_Cpp.autocomplete": "Disabled", + // "C_Cpp.formatting": "Disabled", + // "C_Cpp.errorSquiggles": "Disabled", + "C_Cpp.intelliSenseEngine": "Default", "C_Cpp.clang_format_style": "google", "C_Cpp.default.cppStandard": "c++11", "C_Cpp.default.cStandard": "c11", @@ -181,5 +181,4 @@ }, "scm.countBadge": "off", "workbench.statusBar.visible": false, - "workbench.activityBar.visible": false, } \ No newline at end of file