We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f530a5c commit 42ed853Copy full SHA for 42ed853
news/2 Fixes/7160.md
@@ -0,0 +1 @@
1
+Ensure commands run are not logged twice in Python output channel.
src/client/common/process/pythonExecutionFactory.ts
@@ -85,7 +85,6 @@ export class PythonExecutionFactory implements IPythonExecutionFactory {
85
pythonPath = this.configService.getSettings(options.resource).pythonPath;
86
}
87
const processService: IProcessService = await this.processServiceFactory.create(options.resource);
88
- processService.on('exec', this.logger.logProcess.bind(this.logger));
89
90
const windowsStoreInterpreterCheck = (await inDiscoveryExperiment(this.experimentService))
91
? // Class methods may depend on other properties which belong to the class, so bind the correct context.
0 commit comments