From 4afc1531c6e1541608df853c07356132f97895ea Mon Sep 17 00:00:00 2001 From: colin Date: Fri, 21 Jan 2022 21:59:26 +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 | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/settings.json b/settings.json index 8f0a3e1..a9a2a69 100644 --- a/settings.json +++ b/settings.json @@ -34,16 +34,6 @@ "C_Cpp.workspaceParsingPriority": "high", "editor.fontSize": 13, "problems.decorations.enabled": false, - "clangd.arguments": [ - "--background-index", - "-j=6", - "--clang-tidy", - "--all-scopes-completion", - "--completion-style=detailed", - "--function-arg-placeholders", - "--header-insertion=iwyu", - "--pch-storage=disk", - ], "editor.tokenColorCustomizations": { "comments":"#7c7c7c", "keywords": "#808000",