Add flow control setting, remove fake latency

This commit is contained in:
Daniel Imms
2021-01-14 06:04:03 -08:00
parent 22c88cfaae
commit f8ec60aa06
8 changed files with 42 additions and 18 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