-
Notifications
You must be signed in to change notification settings - Fork 0
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
Issue in opening files from different workspace. #1
Comments
As said in the documentation, only the first client initialization request will be used. it contains workspaceFolders. So what you can do:
|
I tried this approach. this is the initialize method that is sent when I open the editor for the first time. Not sure what is the mistake that I am doing. First Request sent
Message from the client:
|
In the mutualised server message, I can see |
you mean from the server?
Nop, it's declarative only, it won't support workspaceFolder requests coming from the client but the init params are forwarded as is. It can still be changed tho |
Yes from the server. |
Hi @CGNonofr ,
When we use Java language server and connect the language client using the languageserver-mutualized. It is working fine when we open files from the same workspace(Each maven project is a separate workspace) in different browsers. When we open a file from a different project, the 2nd project workspace does not get loaded.
The text was updated successfully, but these errors were encountered: