Add terminal icon ext api

Part of #120538
This commit is contained in:
Daniel Imms
2021-04-05 02:42:39 -07:00
parent 0e7fc5faf5
commit f8810116c6
10 changed files with 23 additions and 5 deletions

View File

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