{ "configurations": [ { "name": "Win32", "includePath": [ "${workspaceFolder}/**", "C:/libs/glew-2.2.0/include", "C:/libs/glfw-3.3.8.bin.WIN64/include" ], "defines": [ "_DEBUG", "UNICODE", "_UNICODE" ], "windowsSdkVersion": "10.0.19041.0", "compilerPath": "C:/MinGW/bin/g++.exe", "cStandard": "c17", "cppStandard": "c++17", "intelliSenseMode": "gcc-x64" } ], "version": 4 }