module LSP::StaticRegistrationOptions
Overview
Static registration options to be returned in the initialize request.
Direct including types
Defined in:
lsp/registration.crInstance Method Summary
-
#id : String | Nil
The id used to register the request.
-
#id=(id : String | Nil)
The id used to register the request.
Instance Method Detail
def id : String | Nil
#
The id used to register the request. The id can be used to deregister the request again. See also Registration#id.
def id=(id : String | Nil)
#
The id used to register the request. The id can be used to deregister the request again. See also Registration#id.