Created
January 26, 2019 18:58
-
-
Save suru-dissanaike/9b7218e340e59353672a02e54232166c to your computer and use it in GitHub Desktop.
Visual Studio Code includePath
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[{ | |
"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