{ "version": 4, "configurations": [ { "name": "Win32", "compilerPath": "C:/msys64/mingw64/bin/g++.exe", "cStandard": "c17", "cppStandard": "c++17", "intelliSenseMode": "windows-gcc-x64", "includePath": [ "${workspaceFolder}/**" ], "defines": [] } ] }