Skip to content

Commit 265a273

Browse files
committed
add new pythonServer to disposables array
1 parent 1a505d6 commit 265a273

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/client/repl/nativeRepl.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ export class NativeRepl implements Disposable {
7676
await updateWorkspaceStateValue<string | undefined>(NATIVE_REPL_URI_MEMENTO, undefined);
7777
this.pythonServer.dispose();
7878
this.pythonServer = createPythonServer([this.interpreter.path as string], this.cwd);
79+
this.disposables.push(this.pythonServer);
7980
if (this.replController) {
8081
this.replController.dispose();
8182
}

0 commit comments

Comments
 (0)