From 0081f1bda09ce6ec50362af6d54b5a67b13bb60f Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Mon, 18 Dec 2023 21:02:22 +0100 Subject: [PATCH] Remove Microsoft's C++ extension configuration. Use clangd instead. --- .vscode/c_cpp_properties.json | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .vscode/c_cpp_properties.json diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json deleted file mode 100644 index fda09261..00000000 --- a/.vscode/c_cpp_properties.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "configurations": [ - { - "name": "Linux", - "includePath": [ - "${workspaceFolder}/**", - "/usr/include/freetype2" - ], - "defines": [], - "compilerPath": "/usr/bin/clang++", - "cStandard": "c11", - "cppStandard": "c++17", - "intelliSenseMode": "clang-x64" - } - ], - "version": 4 -} \ No newline at end of file