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 {
8585 pythonPath = this . configService . getSettings ( options . resource ) . pythonPath ;
8686 }
8787 const processService : IProcessService = await this . processServiceFactory . create ( options . resource ) ;
88- processService . on ( 'exec' , this . logger . logProcess . bind ( this . logger ) ) ;
8988
9089 const windowsStoreInterpreterCheck = ( await inDiscoveryExperiment ( this . experimentService ) )
9190 ? // 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