View Source GenLSP.Requests.ClientRegisterCapability (gen_lsp v0.11.2)
The client/registerCapability request is sent from the server to the client to register a new capability
handler on the client side.
Message Direction: serverToClient
Link to this section Summary
Link to this section Types
@type result() :: nil
@type t() :: %GenLSP.Requests.ClientRegisterCapability{ id: integer() | String.t(), jsonrpc: String.t(), method: String.t(), params: GenLSP.Structures.RegistrationParams.t() | nil }