class LSProtocol::MonikerClientCapabilities
- LSProtocol::MonikerClientCapabilities
- Reference
- Object
Overview
Client capabilities specific to the moniker request.
@since 3.16.0
Included Modules
- JSON::Serializable
Defined in:
lsprotocol/types.crConstructors
Instance Method Summary
-
#dynamic_registration : Bool | Nil
Whether moniker supports dynamic registration.
Constructor Detail
Instance Method Detail
def dynamic_registration : Bool | Nil
#
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.