{ "configurations": [ { "name": "macos-clang-x64", "includePath": [ "${workspaceFolder}/**" ], "compilerPath": "/usr/bin/clang", "cStandard": "${default}", "cppStandard": "${default}", "intelliSenseMode": "macos-clang-x64", "compilerArgs": [ "" ] } ], "version": 4 }