mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-02 14:31:31 +01:00
Support setting color in TerminalOptions/ExtensionTerminalOptions (#128856)
This commit is contained in:
@@ -130,6 +130,7 @@ export class MainThreadTerminalService implements MainThreadTerminalServiceShape
|
||||
args: launchConfig.shellArgs,
|
||||
cwd: typeof launchConfig.cwd === 'string' ? launchConfig.cwd : URI.revive(launchConfig.cwd),
|
||||
icon: launchConfig.icon,
|
||||
color: launchConfig.color,
|
||||
initialText: launchConfig.initialText,
|
||||
waitOnExit: launchConfig.waitOnExit,
|
||||
ignoreConfigurationCwd: true,
|
||||
|
||||
Reference in New Issue
Block a user