{ "configurations": [ { "name": "Linux", "includePath": [ "${workspaceFolder}/src/", "${workspaceFolder}/thirdparty/Log/", "${workspaceFolder}/thirdparty/libmrbesen/inc", "${workspaceFolder}/src/**" ], "defines": [], "compilerPath": "/usr/bin/g++", "cStandard": "c11", "cppStandard": "c++17", "intelliSenseMode": "gcc-x64" } ], "version": 4 }