File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed
src/client/common/process Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change
1
+ Ensure commands run are not logged twice in Python output channel.
Original file line number Diff line number Diff line change @@ -85,7 +85,6 @@ export class PythonExecutionFactory implements IPythonExecutionFactory {
85
85
pythonPath = this . configService . getSettings ( options . resource ) . pythonPath ;
86
86
}
87
87
const processService : IProcessService = await this . processServiceFactory . create ( options . resource ) ;
88
- processService . on ( 'exec' , this . logger . logProcess . bind ( this . logger ) ) ;
89
88
90
89
const windowsStoreInterpreterCheck = ( await inDiscoveryExperiment ( this . experimentService ) )
91
90
? // Class methods may depend on other properties which belong to the class, so bind the correct context.
You can’t perform that action at this time.
0 commit comments