mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 11:38:51 +01:00
Support setting color in TerminalOptions/ExtensionTerminalOptions (#128856)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user