Merge remote-tracking branch 'origin/master' into tyriar/69865_remove_renderers

This commit is contained in:
Daniel Imms
2019-08-06 10:02:39 -07:00
7 changed files with 200 additions and 36 deletions

View File

@@ -459,7 +459,7 @@ export class ExtHostTask implements ExtHostTaskShape {
// Clone the custom execution to keep the original untouched. This is important for multiple runs of the same task.
this._activeCustomExecutions2.set(execution.id, execution2);
await this._terminalService.attachPtyToTerminal(terminalId, await execution2.callback());
this._terminalService.attachPtyToTerminal(terminalId, await execution2.callback());
}
this._onDidExecuteTask.fire({