lsp-types-max 26.6.8

Types for interaction with a language server, using VSCode's Language Server Protocol
Documentation
1
2
3
4
5
6
7
8
9
pub use crate::notification::{DidChangeNotebookDocument, DidOpenNotebookDocument};
pub use crate::{
    DidChangeNotebookDocumentParams, DidOpenNotebookDocumentParams, ExecutionSummary, NotebookCell,
    NotebookCellArrayChange, NotebookCellKind, NotebookDocument, NotebookDocumentCellChange,
    NotebookDocumentCellChangeStructure, NotebookDocumentChangeEvent,
    NotebookDocumentChangeTextContent, NotebookDocumentClientCapabilities,
    NotebookDocumentIdentifier, NotebookDocumentSyncClientCapabilities,
    VersionedNotebookDocumentIdentifier,
};