Remove flow control setting

Flow control is enabled for all non-extension terminals

Fixes #117418
This commit is contained in:
Daniel Imms
2021-02-26 05:59:58 -08:00
parent ea3f387888
commit 91a246998c
12 changed files with 15 additions and 45 deletions

View File

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