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 ff0ab6e commit 1bbce9cCopy full SHA for 1bbce9c
src/notebooks/deepnote/deepnoteNotebookSelector.ts
@@ -1,6 +1,6 @@
1
import { l10n, type QuickPickItem, window } from 'vscode';
2
-import { toPromise } from '../../platform/common/utils/events';
3
+import { toPromise } from '../../platform/common/utils/events';
4
import type { DeepnoteNotebook } from './deepnoteTypes';
5
6
interface NotebookQuickPickItem extends QuickPickItem {
0 commit comments