File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
src/vs/workbench/contrib/terminal/browser Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -61,8 +61,6 @@ export class TerminalService implements ITerminalService {
61
61
private _terminalEditorActive : IContextKey < boolean > ;
62
62
private readonly _terminalShellTypeContextKey : IContextKey < string > ;
63
63
64
- private _escapeSequenceLoggingEnabled : boolean = false ;
65
-
66
64
private _isShuttingDown : boolean = false ;
67
65
private _backgroundedTerminalInstances : ITerminalInstance [ ] = [ ] ;
68
66
private _backgroundedTerminalDisposables : Map < number , IDisposable [ ] > = new Map ( ) ;
@@ -183,7 +181,6 @@ export class TerminalService implements ITerminalService {
183
181
this . _forwardInstanceHostEvents ( this . _terminalEditorService ) ;
184
182
this . _terminalGroupService . onDidChangeActiveGroup ( this . _onDidChangeActiveGroup . fire , this . _onDidChangeActiveGroup ) ;
185
183
this . _terminalInstanceService . onDidCreateInstance ( instance => {
186
- instance . setEscapeSequenceLogging ( this . _escapeSequenceLoggingEnabled ) ;
187
184
this . _initInstanceListeners ( instance ) ;
188
185
this . _onDidCreateInstance . fire ( instance ) ;
189
186
} ) ;
You can’t perform that action at this time.
0 commit comments