Support setting color in TerminalOptions/ExtensionTerminalOptions (#128856)

This commit is contained in:
Megan Rogge
2021-07-16 13:23:36 -05:00
committed by GitHub
parent 93886fd7f9
commit ad5970666d
7 changed files with 26 additions and 4 deletions

View File

@@ -471,6 +471,7 @@ export interface TerminalLaunchConfig {
cwd?: string | UriComponents;
env?: ITerminalEnvironment;
icon?: URI | { light: URI; dark: URI } | ThemeIcon;
color?: string;
initialText?: string;
waitOnExit?: boolean;
strictEnv?: boolean;