Merge branch 'main' into feature/github-manager
This commit is contained in:
@@ -14,6 +14,7 @@ export default class ComponentTreeItem extends TreeItem implements GithubLocalAc
|
||||
this.iconPath = new ThemeIcon(component.icon);
|
||||
this.resourceUri = Uri.parse(`${ComponentTreeItem.contextValue}:${component.name}?status=${component.status}&required=${component.required}`, true);
|
||||
this.tooltip = `Name: ${component.name}\n` +
|
||||
(component.path ? `Path: ${component.path}\n` : ``) +
|
||||
`Status: ${component.status}\n` +
|
||||
`Required: ${component.required ? 'Yes' : 'No'}\n` +
|
||||
(component.message ? `Message: ${component.message}` : ``);
|
||||
|
||||
Reference in New Issue
Block a user