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
{{ message }}
This repository was archived by the owner on Aug 5, 2022. It is now read-only.
It turns out that ServerCapabilities may need to be modified based on ClientCapabilities before being sent out but that cannot be done with the current library (we can only access ClientCapabilities after constructing server capabilities. In addition since LSP 3.15 InitializeResult can have a serverInfo field to pass back to the client which is also not supported by this interface.
It turns out that
ServerCapabilities
may need to be modified based onClientCapabilities
before being sent out but that cannot be done with the current library (we can only accessClientCapabilities
after constructing server capabilities. In addition since LSP 3.15InitializeResult
can have aserverInfo
field to pass back to the client which is also not supported by this interface.Context: rust-lang/rust-analyzer#4130
The text was updated successfully, but these errors were encountered: