Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add TerminalOptions.icon API to support tabs in terminal #120538

Closed
Tyriar opened this issue Apr 5, 2021 · 4 comments · Fixed by #124004 or #125783
Closed

Add TerminalOptions.icon API to support tabs in terminal #120538

Tyriar opened this issue Apr 5, 2021 · 4 comments · Fixed by #124004 or #125783
Assignees
Labels
api api-finalization feature-request Request for new features or functionality insiders-released Patch has been released in VS Code Insiders on-release-notes Issue/pull request mentioned in release notes on-testplan terminal Integrated terminal issues
Milestone

Comments

@Tyriar
Copy link
Member

Tyriar commented Apr 5, 2021

#120241

@Tyriar Tyriar added feature-request Request for new features or functionality api terminal Integrated terminal issues api-proposal labels Apr 5, 2021
@Tyriar Tyriar added this to the April 2021 milestone Apr 5, 2021
@Tyriar Tyriar self-assigned this Apr 5, 2021
Tyriar added a commit that referenced this issue Apr 5, 2021
@jrieken
Copy link
Member

jrieken commented Apr 7, 2021

iconPath?: string | Uri | { light: string | Uri; dark: string | Uri } | ThemeIcon;

@jrieken
Copy link
Member

jrieken commented Apr 7, 2021

iconPath?: Uri | { light: Uri; dark: Uri };

@Tyriar
Copy link
Member Author

Tyriar commented Apr 7, 2021

New proposal:

interface TerminalOptions {
  iconPath?: Uri | { light: Uri; dark: Uri } | ThemeIcon;
}

digitarald pushed a commit that referenced this issue Apr 8, 2021
gjsjohnmurray pushed a commit to gjsjohnmurray/vscode that referenced this issue Apr 8, 2021
@Tyriar Tyriar modified the milestones: April 2021, May 2021 Apr 24, 2021
@Tyriar
Copy link
Member Author

Tyriar commented May 13, 2021

We should also add it to ExtensionTerminalOptions

@meganrogge meganrogge added the on-release-notes Issue/pull request mentioned in release notes label Jul 2, 2021
@github-actions github-actions bot locked and limited conversation to collaborators Jul 30, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
api api-finalization feature-request Request for new features or functionality insiders-released Patch has been released in VS Code Insiders on-release-notes Issue/pull request mentioned in release notes on-testplan terminal Integrated terminal issues
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants
@jrieken @Tyriar @meganrogge and others