OSX C/CPP Properties template
The snippet can be accessed without any authentication.
Authored by
Jacques Supcik
c_cpp_properties.json 595 B
{
"configurations": [
{
"name": "Mac",
"includePath": [
"${workspaceFolder}/**",
"/usr/local/Cellar/arm-gcc-bin/9-2019-q9-major/arm-none-eabi/**",
],
"defines": [],
"macFrameworkPath": [
"/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks"
],
"compilerPath": "/usr/bin/clang",
"cStandard": "c11",
"cppStandard": "c++17",
"intelliSenseMode": "clang-x64"
}
],
"version": 4
}
Please register or sign in to comment