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 bc38762 commit 7bce0d6Copy full SHA for 7bce0d6
src/token.ts
@@ -1,4 +1,3 @@
1
-import { Token } from '@lumino/coreutils';
2
import { Contents } from '@jupyterlab/services';
3
4
/**
@@ -12,13 +11,6 @@ export namespace CommandIDs {
12
11
export const launcher = 'launcher:create';
13
}
14
15
-/**
16
- * A token for the plugin that provides the list of drives.
17
- */
18
-export const IDrivesList = new Token<IDriveInfo[]>(
19
- 'jupyter-drives:drives-list-provider'
20
-);
21
-
22
23
* An interface that stores the drive information.
24
*/
0 commit comments