Skip to content

Instantly share code, notes, and snippets.

@rampadc
Last active June 14, 2020 11:49
Show Gist options
  • Save rampadc/0749b5d8f40297b8a2ed553df63d0705 to your computer and use it in GitHub Desktop.
Save rampadc/0749b5d8f40297b8a2ed553df63d0705 to your computer and use it in GitHub Desktop.
Mac ESP32 .vscode/c_cpp_properties.json
{
"configurations": [
{
"name": "Mac",
"includePath": [
"${workspaceFolder}/**",
"${env:IDF_PATH}/components/**",
"${env:ADF_PATH}/components/**"
],
"browse": {
"path": [
"${env:IDF_PATH}/components/",
"${env:ADF_PATH}/components/"
],
"limitSymbolsToIncludedHeaders": false
},
"defines": [],
"macFrameworkPath": [],
"compilerPath": "/usr/local/bin/gcc-8",
"cStandard": "c11",
"cppStandard": "gnu++14",
"intelliSenseMode": "clang-x64",
"configurationProvider": "ms-vscode.cmake-tools"
}
],
"version": 4
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment