Skip to main content

Module: util/notebookLegacy

Functions

focusNotebookCellLegacy

focusNotebookCellLegacy(ide, editor): Promise<void>

Parameters

NameType
ideVscodeIDE
editorVscodeTextEditorImpl

Returns

Promise<void>

Defined in

util/notebookLegacy.ts:14


getNotebookFromCellDocumentLegacy

getNotebookFromCellDocumentLegacy(document): undefined | NotebookDocument

Parameters

NameType
documentTextDocument

Returns

undefined | NotebookDocument

Defined in

util/notebookLegacy.ts:70


isVscodeLegacyNotebookVersion

isVscodeLegacyNotebookVersion(): boolean

Returns

boolean

Defined in

util/notebookLegacy.ts:10