{ "configurations": [ { "name": "GCC", "includePath": [ "${workspaceFolder}/**" ], "defines": [ "_DEBUG", "UNICODE", "_UNICODE" ], "compilerPath": "/usr/bin/gcc", "cStandard": "c89", "cppStandard": "c++17", "intelliSenseMode": "gcc-x64", "compilerArgs": [ "-pedantic" ] } ], "version": 4 }