{ "configurations": [ { "name": "Linux", "includePath": [ "${workspaceFolder}/include", "${workspaceFolder}/libc" ], "cStandard": "c99", "cppStandard": "c++98", "defines": ["__MWERKS__=1"], "intelliSenseMode": "linux-clang-x86", "compilerPath": "" } ], "version": 4 }