Skip to content

Commit

Permalink
remove commented-out line
Browse files Browse the repository at this point in the history
  • Loading branch information
shouples committed Feb 3, 2025
1 parent 770d207 commit b6c9821
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/viewProviders/resources.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ export class ResourceViewProvider implements vscode.TreeDataProvider<ResourceVie
// and color the label, description, and decoration so it stands out in the tree view
treeItem.resourceUri = vscode.Uri.parse(`${SEARCH_DECORATION_URI_SCHEME}:/${element.id}`);
}
// treeItem = highlightLabel(treeItem, this.itemSearchString);
treeItem = updateCollapsibleStateFromSearch(element, treeItem, this.itemSearchString);
}

Expand Down

0 comments on commit b6c9821

Please sign in to comment.