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
We are developping an LSP client for IntelliJ with LSP4IJ and I have noticed that vscode send a workspace/didChangeConfiguration when server is started.
I have not found some specification about that, it is the reason why I create this issue.
I have the impression that workspace/didChangeConfiguration must be sent when server is started (when initialized is done), but if we do that, some language servers could not support workspace/didChangeConfiguration and throw an error.
The server can register with dynamic regsitration that the server support configuration, should we use that? My main problem is that some language server doesn't send this dynamic registration although they support workspace/didChangeConfiguration
How vscode manage that?
Thanks for your clarification!
The text was updated successfully, but these errors were encountered:
We are developping an LSP client for IntelliJ with LSP4IJ and I have noticed that vscode send a
workspace/didChangeConfiguration
when server is started.I have not found some specification about that, it is the reason why I create this issue.
I have the impression that
workspace/didChangeConfiguration
must be sent when server is started (when initialized is done), but if we do that, some language servers could not supportworkspace/didChangeConfiguration
and throw an error.The server can register with dynamic regsitration that the server support configuration, should we use that? My main problem is that some language server doesn't send this dynamic registration although they support
workspace/didChangeConfiguration
How vscode manage that?
Thanks for your clarification!
The text was updated successfully, but these errors were encountered: