2 references to NotebookDocumentSyncRegistrationOptions
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Protocol\Notebook\NotebookDocumentSyncClientCapabilities.cs (1)
27/// the client supports the new <see cref="NotebookDocumentSyncRegistrationOptions"/> and <see cref="NotebookDocumentSyncOptions"/>
Protocol\ServerCapabilities.cs (1)
61public SumType<NotebookDocumentSyncOptions, NotebookDocumentSyncRegistrationOptions>? NotebookDocumentSync { get; init; }