Module: util/notebookLegacy
Functions
focusNotebookCellLegacy
▸ focusNotebookCellLegacy(ide, editor): Promise<void>
Parameters
| Name | Type |
|---|---|
ide | VscodeIDE |
editor | VscodeTextEditorImpl |
Returns
Promise<void>
Defined in
util/notebookLegacy.ts:14
getNotebookFromCellDocumentLegacy
▸ getNotebookFromCellDocumentLegacy(document): undefined | NotebookDocument
Parameters
| Name | Type |
|---|---|
document | TextDocument |
Returns
undefined | NotebookDocument
Defined in
util/notebookLegacy.ts:70
isVscodeLegacyNotebookVersion
▸ isVscodeLegacyNotebookVersion(): boolean
Returns
boolean
Defined in
util/notebookLegacy.ts:10