We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02a75e6 commit d6e55d2Copy full SHA for d6e55d2
src/registriesView.ts
@@ -75,6 +75,7 @@ export class ComponentTypesView implements TreeDataProvider<ComponentType> {
75
contextValue: ContextType.DEVFILE_REGISTRY,
76
tooltip: `Devfile Registry\nName: ${element.Name}\nURL: ${element.URL}`,
77
collapsibleState: TreeItemCollapsibleState.None,
78
+ iconPath: new vscode.ThemeIcon('note')
79
};
80
}
81
0 commit comments