GenLSP.Protocol.Structures.Registration (gen_lsp v0.0.1)

General parameters to to register for an notification or to register a provider.

properties

Properties

id :: string (required)

The id used to register the request. The id can be used to deregister the request again.

method :: string (required)

The method / capability to register for.

registerOptions :: LSPAny

Options necessary for the registration.