-
Notifications
You must be signed in to change notification settings - Fork 36.7k
Open
Labels
api-proposalfeature-requestRequest for new features or functionalityRequest for new features or functionalitytree-viewsExtension tree view issuesExtension tree view issues
Milestone
Description
Looking at the API for TreeItemLabel it seems a bit limited. I'm trying to avoid moving to a webview view and what I need is some way to have certain nodes in a tree view be crossed out. It'd be nice if TreeItem.label could be extended to support MarkdownString.
Proposal:
export class TreeItem {
/**
* A human-readable string describing this item. When `falsy`, it is derived from [resourceUri](#TreeItem.resourceUri).
*/
label?: string | TreeItemLabel | MarkdownString;
}gjsjohnmurray, lukaschneider, usernamehw, dcermak, D4N and 38 more
Metadata
Metadata
Assignees
Labels
api-proposalfeature-requestRequest for new features or functionalityRequest for new features or functionalitytree-viewsExtension tree view issuesExtension tree view issues