{ "configurations": [ { "name": "Win32", "includePath": [ "${workspaceFolder}/**", "/usr/local/include/**", "/usr/include/**" ], "defines": [ "_DEBUG", "UNICODE", "_UNICODE" ], "windowsSdkVersion": "8.1", "compilerPath": "/usr/bin/g++", "cStandard": "c17", "cppStandard": "c++17", "intelliSenseMode": "linux-gcc-x64" } ], "version": 4 }