Merge pull request #77664 from lramos15/shell-path-error-remote

Allows terminal errors to work in the remote case
This commit is contained in:
Daniel Imms
2019-07-24 15:02:43 -07:00
committed by GitHub
7 changed files with 33 additions and 2 deletions

View File

@@ -610,6 +610,7 @@ export class ExtHostTerminalService implements ExtHostTerminalServiceShape {
baseEnv
);
this._proxy.$sendResolvedLaunchConfig(id, shellLaunchConfig);
// Fork the process and listen for messages
this._logService.debug(`Terminal process launching on ext host`, shellLaunchConfig, initialCwd, cols, rows, env);
// TODO: Support conpty on remote, it doesn't seem to work for some reason?