{ "configurations": [ { "name": "Win32", "includePath": [ "${workspaceFolder}/**", "${vcpkgRoot}/x64-mingw-static/include/**" ], "defines": [ "_DEBUG", "UNICODE", "_UNICODE" ], "compilerPath": "C:/ProgramData/chocolatey/lib/mingw/tools/install/mingw64/bin/g++.exe", "cStandard": "c17", "cppStandard": "c++17", "intelliSenseMode": "windows-gcc-x64", "configurationProvider": "ms-vscode.cmake-tools" } ], "version": 4 }