LSProtocol::ImplementationClientCapabilities
Inherits JSON::Serializable / Reference / Object
@since 3.6.0
Constructors
new(pull : JSON::PullParser)
Sourcenew(dynamic_registration : Bool | Nil = nil, link_support : Bool | Nil = nil)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
dynamic_registration
Whether implementation supports dynamic registration. If this is set to true
the client supports the new ImplementationRegistrationOptions return value
for the corresponding server capability as well.
link_support
The client supports additional metadata in the form of definition links.
@since 3.14.0