View Source GenLSP.Requests.ClientUnregisterCapability (gen_lsp v0.8.1)

The client/unregisterCapability request is sent from the server to the client to unregister a previously registered 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.ClientUnregisterCapability{
  id: integer(),
  jsonrpc: String.t(),
  method: String.t(),
  params: GenLSP.Structures.UnregistrationParams.t() | nil
}