Skip to content

Commit 01d8f1d

Browse files
committed
Oops
1 parent a395643 commit 01d8f1d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/client/datascience/api/jupyterIntegration.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,6 @@ export class JupyterExtensionIntegration {
7373
if (!jupyterExtension) {
7474
return;
7575
}
76-
if (!jupyterExtension.isActive) {
77-
await jupyterExtension.activate();
78-
}
7976
await jupyterExtension.activate();
8077
if (jupyterExtension.isActive) {
8178
const jupyterExtensionApi = jupyterExtension.exports;

0 commit comments

Comments
 (0)