{ "configurations": [ { "name": "Linux", "includePath": [ "${workspaceFolder}/src/", "${workspaceFolder}/includes/" ], "intelliSenseMode": "linux-gcc-x64", "compilerPath": "/usr/bin/g++", "cppStandard": "c++11" } ], "version": 4 }