Skip to content

Commit

Permalink
Update notebookCurrent.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
pokey authored Dec 1, 2023
1 parent 19c2a31 commit 29a903c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { NotebookCell, TextDocument, window } from "vscode";

/** Gets the notebook containing a text document using >1.68.0 VSCode notebook api **/
/** Gets the notebook containing a text document using >=1.68.0 VSCode notebook api **/
export function getNotebookFromCellDocumentCurrent(document: TextDocument) {
// FIXME: All these type casts are necessary because we've pinned VSCode
// version type defs. Can remove them once we are using more recent type defs
Expand Down

0 comments on commit 29a903c

Please sign in to comment.