mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
@@ -128,6 +128,7 @@ export class RemoteTerminalChannel extends Disposable implements IServerChannel<
|
||||
case '$setTerminalLayoutInfo': return this._setTerminalLayoutInfo(<ISetTerminalLayoutInfoArgs>args);
|
||||
case '$serializeTerminalState': return this._ptyService.serializeTerminalState.apply(this._ptyService, args);
|
||||
case '$reviveTerminalProcesses': return this._ptyService.reviveTerminalProcesses.apply(this._ptyService, args);
|
||||
case '$setUnicodeVersion': return this._ptyService.setUnicodeVersion.apply(this._ptyService, args);
|
||||
case '$reduceConnectionGraceTime': return this._reduceConnectionGraceTime();
|
||||
case '$updateIcon': return this._ptyService.updateIcon.apply(this._ptyService, args);
|
||||
case '$updateTitle': return this._ptyService.updateTitle.apply(this._ptyService, args);
|
||||
|
||||
Reference in New Issue
Block a user