LSProtocol::NotebookDocumentSyncClientCapabilities
Inherits JSON::Serializable / Reference / Object
Notebook specific client capabilities.
@since 3.17.0
Constructors
new(pull : JSON::PullParser)
Sourcenew(dynamic_registration : Bool | Nil = nil, execution_summary_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
(TextDocumentRegistrationOptions & StaticRegistrationOptions)
return value for the corresponding server capability as well.