{ "configurations": [ { "name": "Win32", "includePath": [ "${workspaceFolder}/**" ], "defines": [ "_DEBUG", "UNICODE", "_UNICODE" ], "compilerPath": "C:/Program Files (x86_64)/mingw64/bin/g++.exe", "cStandard": "c89", "cppStandard": "c++11", "intelliSenseMode": "gcc-x64" }, { "name": "Linux", "includePath": [ "${workspaceFolder}/**" ], "defines": [ "_DEBUG", "UNICODE", "_UNICODE" ], "compilerPath": "/usr/bin/g++", "cStandard": "c89", "cppStandard": "c++11", "intelliSenseMode": "gcc-x64" } ], "version": 4 }