LSProtocol::StaticRegistrationOptions
Inherits JSON::Serializable / Reference / Object
Static registration options to be returned in the initialize request.
Constructors
new(pull : JSON::PullParser)
Sourcenew(id : String | Nil = nil)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
id
The id used to register the request. The id can be used to deregister the request again. See also Registration#id.