We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3007ac commit b25656bCopy full SHA for b25656b
src/notebooks/types.ts
@@ -4,7 +4,7 @@
4
import { NotebookDocument, NotebookEditor, Uri, type Event } from 'vscode';
5
import { Resource } from '../platform/common/types';
6
import type { EnvironmentPath } from '@vscode/python-extension';
7
-import { DeepnoteProject } from './deepnote/deepnoteTypes';
+import { DeepnoteProject } from '../platform/deepnote/deepnoteTypes';
8
9
export interface IEmbedNotebookEditorProvider {
10
findNotebookEditor(resource: Resource): NotebookEditor | undefined;
0 commit comments