LSP::NotebookDocumentSyncClientCapabilities
Inherits JSON::Serializable < Struct < Value < Object
Notebook specific client capabilities.
Constructors
new(pull : JSON::PullParser)
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.
dynamic_registration=(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.
execution_summary_support=(execution_summary_support : Bool | Nil)
The client supports sending execution summary data per cell.