Skip to content

Instantly share code, notes, and snippets.

@asus4
Created February 14, 2018 11:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save asus4/27e27de7a8e4fc0017dd37cf9c3725e8 to your computer and use it in GitHub Desktop.
Save asus4/27e27de7a8e4fc0017dd37cf9c3725e8 to your computer and use it in GitHub Desktop.
VSCode C/C++ intellisense setting for Platform IO Arduino-ESP32
{
"name": "Platform IO",
"includePath": [
"${workspaceRoot}"
],
"defines": [],
"intelliSenseMode": "clang-x64",
"browse": {
"path": [
"$HOME/.platformio/packages/framework-arduinoespressif32",
"${workspaceRoot}"
],
"limitSymbolsToIncludedHeaders": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment