Expose Terminal.hideFromUser on all ext hosts

Fixes #103288
This commit is contained in:
Daniel Imms
2020-07-27 12:10:54 -07:00
parent 54334035c3
commit 4c145dbb40
3 changed files with 5 additions and 2 deletions

View File

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