{ "configurations": [ { "name": "Linux", "includePath": [ "${workspaceFolder}/**" ], "defines": [ "__USE_POSIX", "_GNU_SOURCE" ], "compilerPath": "/usr/bin/gcc", "intelliSenseMode": "gcc-x64" } ], "version": 4 }