View source
typedef NotebookDocumentSyncClientCapabilities
package languageServerProtocol.protocol
import languageServerProtocol.protocol.Notebook
Notebook specific client capabilities.
Available since
3.17.0
.Fields
optionalexecutionSummarySupport:Null<Bool>
The client supports sending execution summary data per cell.
optionaldynamicRegistration:Null<Bool>
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.