Type Alias NotebookDocumentSyncClientCapabilities

NotebookDocumentSyncClientCapabilities: {
    dynamicRegistration?: boolean;
    executionSummarySupport?: boolean;
}

Notebook specific client capabilities.

Type declaration

  • OptionaldynamicRegistration?: 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.

  • OptionalexecutionSummarySupport?: boolean

    The client supports sending execution summary data per cell.

3.17.0