GenLSP.Protocol.Structures.NotebookDocumentSyncClientCapabilities (gen_lsp v0.0.1)
Notebook specific client capabilities.
@since 3.17.0
properties
Properties
dynamicRegistration :: boolean
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.
executionSummarySupport :: boolean
The client supports sending execution summary data per cell.