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",