class

LSProtocol::MonikerClientCapabilities

Inherits JSON::Serializable / Reference / Object

Client capabilities specific to the moniker request.

@since 3.16.0

Constructors

new(pull : JSON::PullParser)
Source
new(dynamic_registration : Bool | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

dynamic_registration

Whether moniker supports dynamic registration. If this is set to true the client supports the new MonikerRegistrationOptions return value for the corresponding server capability as well.

Source