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 1a505d6 commit 265a273Copy full SHA for 265a273
src/client/repl/nativeRepl.ts
@@ -76,6 +76,7 @@ export class NativeRepl implements Disposable {
76
await updateWorkspaceStateValue<string | undefined>(NATIVE_REPL_URI_MEMENTO, undefined);
77
this.pythonServer.dispose();
78
this.pythonServer = createPythonServer([this.interpreter.path as string], this.cwd);
79
+ this.disposables.push(this.pythonServer);
80
if (this.replController) {
81
this.replController.dispose();
82
}
0 commit comments