{ "configurations": [ { "name": "Linux", "includePath": [ "${workspaceFolder}/**" ], "defines": [ "_GNU_SOURCE" ], "compilerPath": "/usr/bin/clang", "cStandard": "c11", "cppStandard": "c++14", "intelliSenseMode": "clang-x64", "compilerArgs": [ "-std=gnu11", "-c", "-g", "-Os", "-Wall", "-Werror", "-MMD", "-MP", "-D=_GNU_SOURCE" ], "configurationProvider": "ms-vscode.cmake-tools" } ], "version": 4 }