{ "configurations": [ { "name": "Win32", "includePath": [ "${workspaceFolder}/**", "C:/MinGW/include/" ], "defines": [ "_DEBUG", "UNICODE", "_UNICODE", "__WIN32__", "DLL_EXPORT" ], "cStandard": "c17", "cppStandard": "gnu++17", "intelliSenseMode": "windows-gcc-x64", "compilerPath": "C:/MinGW/bin/gcc.exe" } ], "version": 4 }