class

LSProtocol::NotebookDocumentSyncClientCapabilities

Inherits JSON::Serializable / Reference / Object

Notebook specific client capabilities.

@since 3.17.0

Constructors

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

Instance 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.

Source
execution_summary_support

The client supports sending execution summary data per cell.

Source