mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 18:19:12 +01:00
Merge pull request #77664 from lramos15/shell-path-error-remote
Allows terminal errors to work in the remote case
This commit is contained in:
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user