From 676b5bd119d59a68f1cebb8f53704214391a2153 Mon Sep 17 00:00:00 2001 From: jyelon Date: Fri, 13 Jun 2025 19:29:48 -0400 Subject: [PATCH] Some fixes to clangd configuration --- .clangd | 8 -------- Integration.code-workspace.tpl.json | 1 - 2 files changed, 9 deletions(-) delete mode 100644 .clangd diff --git a/.clangd b/.clangd deleted file mode 100644 index e5e3a0d2..00000000 --- a/.clangd +++ /dev/null @@ -1,8 +0,0 @@ - - -InlayHints: - Enabled: Yes - DeducedTypes: Yes - ParameterNames: Yes - Designators: Yes - diff --git a/Integration.code-workspace.tpl.json b/Integration.code-workspace.tpl.json index 8b8d7c74..4db1795f 100644 --- a/Integration.code-workspace.tpl.json +++ b/Integration.code-workspace.tpl.json @@ -52,7 +52,6 @@ "vadimcn.vscode-lldb", "dfarley1.file-picker", "ms-python.python", - "ms-vscode.cpptools", "ms-dotnettools.csharp", "ms-vscode.mono-debug" ]