Improve terminal launch

This commit is contained in:
Daniel Imms
2019-04-15 11:34:55 -07:00
parent 94ba9cfe20
commit e4b5bccf93
6 changed files with 31 additions and 21 deletions

View File

@@ -51,6 +51,8 @@ export class MainThreadTerminalService implements MainThreadTerminalServiceShape
if (activeInstance) {
this._proxy.$acceptActiveTerminalChanged(activeInstance.id);
}
this.terminalService.extHostReady(extHostContext.remoteAuthority);
}
public dispose(): void {