File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
src/vs/platform/terminal/node Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -175,11 +175,7 @@ export class PtyHostService extends Disposable implements IPtyService {
175
175
this . _register ( proxy . onProcessOrphanQuestion ( e => this . _onProcessOrphanQuestion . fire ( e ) ) ) ;
176
176
this . _register ( proxy . onDidRequestDetach ( e => this . _onDidRequestDetach . fire ( e ) ) ) ;
177
177
178
- // HACK: When RemoteLoggerChannelClient is not delayed, the Pty Host log file won't show up
179
- // in the Output view of the first window?
180
- Event . once ( Event . any ( proxy . onProcessReady , proxy . onProcessReplay ) ) ( ( ) => {
181
- this . _register ( new RemoteLoggerChannelClient ( this . _loggerService , client . getChannel ( TerminalIpcChannels . Logger ) ) ) ;
182
- } ) ;
178
+ this . _register ( new RemoteLoggerChannelClient ( this . _loggerService , client . getChannel ( TerminalIpcChannels . Logger ) ) ) ;
183
179
184
180
this . __connection = connection ;
185
181
this . __proxy = proxy ;
You can’t perform that action at this time.
0 commit comments