Skip to content

Instantly share code, notes, and snippets.

@suru-dissanaike
Created January 26, 2019 18:58
Show Gist options
  • Save suru-dissanaike/9b7218e340e59353672a02e54232166c to your computer and use it in GitHub Desktop.
Save suru-dissanaike/9b7218e340e59353672a02e54232166c to your computer and use it in GitHub Desktop.
Visual Studio Code includePath
[{
"includePath": [
"${workspaceFolder}/**",
"/your path/git/mongoose-os/",
"/your path/git/esp-idf/",
"/your path/git/mjs/"
]
}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment