Remove Microsoft's C++ extension configuration.

Use clangd instead.
This commit is contained in:
Bartosz Taudul 2023-12-18 21:02:22 +01:00
parent 9ca27bf7cc
commit 0081f1bda0
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

View File

@ -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
}