Remove CustomExecution

Fixes #78540
This commit is contained in:
Alex Ross
2019-08-06 13:48:37 +02:00
parent 8785c87b45
commit a98faa4454
10 changed files with 34 additions and 293 deletions

View File

@@ -290,11 +290,6 @@ export class ExtHostTerminalService implements ExtHostTerminalServiceShape {
return terminalEnvironment.getDefaultShellArgs(fetchSetting, this._isWorkspaceShellAllowed, this._lastActiveWorkspace, this._variableResolver, this._logService);
}
// TODO: Remove when CustomExecution is removed
public async resolveTerminalRenderer(id: number): Promise<any> {
throw new Error('TerminalRenderers are no longer supported');
}
public $acceptActiveTerminalChanged(id: number | null): void {
const original = this._activeTerminal;
if (id === null) {