{ "configurations": [ { "name": "windows-gcc-x64", "includePath": [ "${workspaceFolder}", "${workspaceFolder}/**" ], "defines": [ "_DEBUG", "UNICODE", "_UNICODE" ], "compilerPath": "D:/mingw64/bin/gcc.exe", "intelliSenseMode": "windows-gcc-x64", "cStandard": "c23", "cppStandard": "c++23" } ], "version": 4 }