Merge pull request #126407 from microsoft/merogge/terminal-editor

Terminal editors
This commit is contained in:
Daniel Imms
2021-06-15 17:34:09 -07:00
committed by GitHub
18 changed files with 339 additions and 60 deletions

View File

@@ -151,7 +151,7 @@ export class MainThreadTerminalService implements MainThreadTerminalServiceShape
}
}
if (!terminal) {
terminal = this._terminalService.createTerminal(shellLaunchConfig);
terminal = this._terminalService.createTerminal({ config: shellLaunchConfig });
}
this._extHostTerminalIds.set(extHostTerminalId, terminal.instanceId);
}