Skip to content

Commit 5ce5059

Browse files
authored
chore: Upgrade Toolkit to v2.1.1 (#311)
1 parent 78923a2 commit 5ce5059

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/kernels/deepnote/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,6 @@ export interface IDeepnoteLspClientManager {
382382
stopAllClients(token?: vscode.CancellationToken): Promise<void>;
383383
}
384384

385-
export const DEEPNOTE_TOOLKIT_VERSION = '1.1.0';
385+
export const DEEPNOTE_TOOLKIT_VERSION = '2.1.1';
386386
export const DEEPNOTE_DEFAULT_PORT = 8888;
387387
export const DEEPNOTE_NOTEBOOK_TYPE = 'deepnote';

0 commit comments

Comments
 (0)