lsp.NotebookDocumentSyncClientCapabilities
Notebook specific client capabilities.
Fields2
NotebookDocumentSyncClientCapabilities.dynamicRegistration : nil | 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.
NotebookDocumentSyncClientCapabilities.executionSummarySupport : nil | boolean
The client supports sending execution summary data per cell.