Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove cyclic dependency between notebook.ts and notebookLegacy.ts. (#…
…2122) Once `isVscodeLegacyNotebookVersion` has determined that `getNotebookFromCellDocument` should call `getNotebookFromCellDocumentLegacy`, there is no need for `getNotebookFromCellDocumentLegacy` to determine that again, and doing so forces a cyclic import dependency. Co-authored-by: Barry Jaspan <[email protected]>
- Loading branch information