Gruntfuggly / todo-tree

Use ripgrep to find TODO tags and display the results in a tree view
Other
1.4k stars 134 forks source link

Exclude Tags from Activity Bar #779

Closed tgaldi closed 11 months ago

tgaldi commented 11 months ago

Would like the be able to specify tags to be excluded from display on the activity/status bar, but still colored/shown in the tree view.

Gruntfuggly commented 11 months ago

There is a customHighlight setting allows hideFromActivityBar to be set on a per tag basis. See https://github.com/Gruntfuggly/todo-tree#highlighting

tgaldi commented 11 months ago

Oh, excellent!