This repository has been archived by the owner on Apr 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 96
[LanguageServer] Support the case that rootPath is null #57
Labels
Comments
i saw this before. so we want to support this as well? |
When rootPath is null, we don't index and start with an empty index and resourceset. |
@svenefftinge is this already done? |
imho this is still open |
spoenemann
added a commit
that referenced
this issue
Jun 30, 2017
spoenemann
added a commit
that referenced
this issue
Jul 5, 2017
spoenemann
added a commit
to kieler/elk-live
that referenced
this issue
Jul 6, 2017
# for free
to subscribe to this conversation on GitHub.
Already have an account?
#.
When VS Code opens a file without opening a directory first, the language server is initialized with rootPath = null. This case should also be supported by the Xtext server (we would have a single resource then).
The text was updated successfully, but these errors were encountered: