fix: rutes en c_cpp_properties.json pr a windows

This commit is contained in:
2026-03-20 09:21:03 +01:00
parent 5c0d0479ad
commit 50926df97c

View File

@@ -41,13 +41,13 @@
"includePath": [ "includePath": [
"${workspaceFolder}/source", "${workspaceFolder}/source",
"${workspaceFolder}/source/external", "${workspaceFolder}/source/external",
"C:/mingw64/include" "C:/mingw/include"
], ],
"defines": [ "defines": [
"WINDOWS_BUILD", "WINDOWS_BUILD",
"_WIN32" "_WIN32"
], ],
"compilerPath": "C:/msys64/mingw64/bin/g++.exe", "compilerPath": "C:/mingw/bin/g++.exe",
"cStandard": "c17", "cStandard": "c17",
"cppStandard": "c++20", "cppStandard": "c++20",
"intelliSenseMode": "windows-gcc-x64" "intelliSenseMode": "windows-gcc-x64"