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

Finalize StatusBarItem.tooltip: MarkdownString #128127

Closed
aeschli opened this issue Jul 7, 2021 · 0 comments
Closed

Finalize StatusBarItem.tooltip: MarkdownString #128127

aeschli opened this issue Jul 7, 2021 · 0 comments
Assignees
Labels
api-finalization feature-request Request for new features or functionality insiders-released Patch has been released in VS Code Insiders verification-needed Verification of issue is requested verified Verification succeeded workbench-status Status bar
Milestone

Comments

@aeschli
Copy link
Contributor

aeschli commented Jul 7, 2021

Allowing MarkdownString as type of StatusBarItem.tooltip

export interface StatusBarItem {

	/**
	 * The tooltip text when you hover over this entry.
	 */
	tooltip: string | MarkdownString | undefined;

}
@aeschli aeschli self-assigned this Jul 7, 2021
@aeschli aeschli added this to the July 2021 milestone Jul 7, 2021
@aeschli aeschli closed this as completed in c24621a Jul 8, 2021
@aeschli aeschli added feature-request Request for new features or functionality verification-needed Verification of issue is requested labels Jul 8, 2021
@sandy081 sandy081 added the verified Verification succeeded label Jul 27, 2021
@github-actions github-actions bot locked and limited conversation to collaborators Aug 22, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
api-finalization feature-request Request for new features or functionality insiders-released Patch has been released in VS Code Insiders verification-needed Verification of issue is requested verified Verification succeeded workbench-status Status bar
Projects
None yet
Development

No branches or pull requests

3 participants
@aeschli @sandy081 and others