{ "configurations": [ { "name": "Win32", "includePath": [ "${workspaceFolder}/**", "C:/MinGW/include/**", "src/**", "${workspaceFolder}/emsdk/upstream/lib/clang/17/include/**" ], "defines": [ "_DEBUG", "UNICODE", "_UNICODE" ], "windowsSdkVersion": "10.0.22000.0", "compilerPath": "C:/MinGW/bin/gcc.exe", "cStandard": "c17", "cppStandard": "c++11", "intelliSenseMode": "windows-gcc-x86", "configurationProvider": "ms-vscode.makefile-tools" } ], "version": 4 }