Skip to content

Commit

Permalink
feat: terminalOptions color modification restore
Browse files Browse the repository at this point in the history
  • Loading branch information
quxingkai committed Jan 9, 2025
1 parent cf530fb commit 3a9ab2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/terminal-next/src/common/pty.ts
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ export interface TerminalOptions {
* The `terminal.ansi*` theme keys are
* recommended for the best contrast and consistency across themes.
*/
color?: string | vscode.ThemeColor;
color?: vscode.ThemeColor;

/**
* @deprecated Use `ICreateClientWithWidgetOptions.closeWhenExited` instead. Will removed in 2.17.0
Expand Down

0 comments on commit 3a9ab2e

Please sign in to comment.