{ "configurations": [ { "name": "Linux", "includePath": [ "/usr/include/**", "${workspaceFolder}/src/**" ], "defines": [], "compilerPath": "/usr/bin/clang", "cStandard": "c11", "cppStandard": "c++14", "intelliSenseMode": "linux-clang-x64" }, { "name": "Mac", "includePath": [ "${workspaceFolder}/src/**" ], "defines": [], "compilerPath": "/usr/bin/clang", "cStandard": "c11", "cppStandard": "c++14", "intelliSenseMode": "linux-clang-x64" } ], "version": 4 }