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
Currently, the package includes ShowDocument as part of the Server interface. However, per LSP spec, this is actually a request from the server -> client, so it should be moved to the Client interface instead.
Currently, the package includes ShowDocument as part of the Server interface. However, per LSP spec, this is actually a request from the server -> client, so it should be moved to the Client interface instead.
LSP Reference: https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#window_showDocument
The text was updated successfully, but these errors were encountered: