You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In VS Code, when you specify your list of root modules and you save that with your workspace, you need it to be compatible with any machine that could possible work on the repo, so the paths need to be relative to the workspace itself.
Proposal
We should support Windows/Unix style slash relative paths, preferably without needing a dot prefix, ie:
examples/wlan/
examples\basic\
And with/without trailing slashes:
examples/wlan
examples\basic
Ideally we should also support globbing / patterns, I will open a separate issue for that (there may already be one, unsure).
Related LSP methods
References
The text was updated successfully, but these errors were encountered:
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the context necessary to investigate further.
ghost
locked and limited conversation to collaborators
Aug 23, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Current Version
Use-cases
In VS Code, when you specify your list of root modules and you save that with your workspace, you need it to be compatible with any machine that could possible work on the repo, so the paths need to be relative to the workspace itself.
Proposal
We should support Windows/Unix style slash relative paths, preferably without needing a dot prefix, ie:
examples/wlan/
examples\basic\
And with/without trailing slashes:
examples/wlan
examples\basic
Ideally we should also support globbing / patterns, I will open a separate issue for that (there may already be one, unsure).
Related LSP methods
References
The text was updated successfully, but these errors were encountered: