-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support workspaceFolders proposal #132
Comments
Signed-off-by: Mickael Istria <mistria@redhat.com>
Signed-off-by: Mickael Istria <mistria@redhat.com>
Is there a way to get the related pull request accepted and a snapshot build that includes this up somewhere? I am eagerly waiting for this to make our language servers ready for the latest VSCode 1.18 release (which released support for multi-root workspaces). |
FYI, I've prepared a patch in LSP4E which takes advantage of this change in LSP4J to implement multi-root support, and it seems to work with JDT-LS https://git.eclipse.org/r/#/c/111750/ |
Signed-off-by: Mickael Istria <mistria@redhat.com>
Signed-off-by: Mickael Istria <mistria@redhat.com>
Issue #132: Proposal for workspaceFolders
closing since #133 is merged |
microsoft/language-server-protocol#298 (comment) covers a discussion about allowing multi root/projects in language servers. This is not finalized in the protocol specification yet, but the vscode client api already covers it. This seems to be an important step forward and a major change, so it would be nice to start investigating support for it soon.
See https://bugs.eclipse.org/bugs/show_bug.cgi?id=526489 (PS: you should ask webmaster to remove bugzilla component if you're not using it).
The text was updated successfully, but these errors were encountered: