Merge pull request #114214 from microsoft/tyriar/flow_control

Implement terminal flow control
This commit is contained in:
Daniel Imms
2021-01-14 06:44:30 -08:00
committed by GitHub
11 changed files with 141 additions and 8 deletions

View File

@@ -149,7 +149,8 @@ export class ExtHostTerminalService extends BaseExtHostTerminalService {
executable: shellLaunchConfigDto.executable,
args: shellLaunchConfigDto.args,
cwd: typeof shellLaunchConfigDto.cwd === 'string' ? shellLaunchConfigDto.cwd : URI.revive(shellLaunchConfigDto.cwd),
env: shellLaunchConfigDto.env
env: shellLaunchConfigDto.env,
flowControl: shellLaunchConfigDto.flowControl
};
// Merge in shell and args from settings