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

@@ -1506,6 +1506,7 @@ export interface IShellLaunchConfigDto {
cwd?: string | UriComponents;
env?: { [key: string]: string | null; };
hideFromUser?: boolean;
flowControl?: boolean;
}
export interface IShellDefinitionDto {