We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78923a2 commit 5ce5059Copy full SHA for 5ce5059
1 file changed
src/kernels/deepnote/types.ts
@@ -382,6 +382,6 @@ export interface IDeepnoteLspClientManager {
382
stopAllClients(token?: vscode.CancellationToken): Promise<void>;
383
}
384
385
-export const DEEPNOTE_TOOLKIT_VERSION = '1.1.0';
+export const DEEPNOTE_TOOLKIT_VERSION = '2.1.1';
386
export const DEEPNOTE_DEFAULT_PORT = 8888;
387
export const DEEPNOTE_NOTEBOOK_TYPE = 'deepnote';
0 commit comments