Add initialText proposed API

Part of #120368
This commit is contained in:
Daniel Imms
2021-04-01 12:27:02 -07:00
parent 062ed0700d
commit c8ccd07d0f
6 changed files with 21 additions and 1 deletions

View File

@@ -455,6 +455,7 @@ export interface TerminalLaunchConfig {
shellArgs?: string[] | string;
cwd?: string | UriComponents;
env?: ITerminalEnvironment;
initialText?: string;
waitOnExit?: boolean;
strictEnv?: boolean;
hideFromUser?: boolean;