class LSProtocol::TypeHierarchyClientCapabilities
- LSProtocol::TypeHierarchyClientCapabilities
- Reference
- Object
Overview
@since 3.17.0
Included Modules
- JSON::Serializable
Defined in:
lsprotocol/types.crConstructors
Instance Method Summary
-
#dynamic_registration : Bool | Nil
Whether implementation supports dynamic registration.
Constructor Detail
Instance Method Detail
def dynamic_registration : Bool | Nil
#
Whether implementation supports dynamic registration. If this is set to true
the client supports the new (TextDocumentRegistrationOptions & StaticRegistrationOptions)
return value for the corresponding server capability as well.