{ "configurations": [ { "name": "Linux (Project 2)", "includePath": [ "${workspaceFolder}/P2/include" ], "defines": [], "compilerPath": "/usr/bin/gcc", "cStandard": "c11", "cppStandard": "c++14", "intelliSenseMode": "gcc-x64" } ], "version": 4 }