diff --git a/extensions/positron-python/src/client/positron/session.ts b/extensions/positron-python/src/client/positron/session.ts index 7491c995721..2e1523b49da 100644 --- a/extensions/positron-python/src/client/positron/session.ts +++ b/extensions/positron-python/src/client/positron/session.ts @@ -277,7 +277,6 @@ export class PythonRuntimeSession implements positron.LanguageRuntimeSession, vs await this._installIpykernel(); // Update the active environment in the Python extension. - this._interpreterPathService.update(undefined, vscode.ConfigurationTarget.Global, this.interpreter.path); this._interpreterPathService.update( undefined, vscode.ConfigurationTarget.WorkspaceFolder,