Update vscode c_cpp_properties.json to use cmake as provider

This commit is contained in:
Tilen Majerle 2022-04-13 14:58:34 +02:00
parent f95dfc90a2
commit 5aa9b2971c

View File

@ -2,16 +2,6 @@
"configurations": [
{
"name": "Win32",
"includePath": [
"${workspaceFolder}\\dev\\",
"${workspaceFolder}\\lwshell\\src\\include\\"
],
"defines": [
"WIN32",
"_DEBUG",
"UNICODE",
"_UNICODE"
],
"compilerPath": "c:\\msys64\\mingw64\\bin\\gcc.exe",
"cStandard": "gnu17",
"cppStandard": "gnu++14",