Datalayer VS Code Extension - v0.0.14
    Preparing search index...

    Interface LSPDocumentOpenRequest

    Open a new virtual document for a cell

    interface LSPDocumentOpenRequest {
        cellId: string;
        content: string;
        language: CellLanguage;
        notebookId: string;
        source?: "notebook" | "lexical";
        type: "lsp-document-open";
    }
    Index

    Properties

    cellId: string
    content: string
    language: CellLanguage
    notebookId: string
    source?: "notebook" | "lexical"
    type: "lsp-document-open"