Skip to content

Commit

Permalink
Show type and namespace as description label in search results
Browse files Browse the repository at this point in the history
  • Loading branch information
Rpinski committed Nov 16, 2024
1 parent a0b44a7 commit d2bd7c3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ export class SearchResultTreeProvider implements TreeDataProvider<SearchTreeNode
} else {
return {
label: node.displayName,
description: node.description,
tooltip: node.description,
collapsibleState: TreeItemCollapsibleState.None,
command: {
Expand Down

0 comments on commit d2bd7c3

Please sign in to comment.