Gruntfuggly / todo-tree

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

Feature Request: Remove completed To-Dos from badges number #793

Open lorens-osman-dev opened 1 year ago

lorens-osman-dev commented 1 year ago

"todo-tree.general.showActivityBarBadge": true,

When the showActivityBarBadge option is enabled, it counts all the To-Dos. However, it would be great to have a feature where all the To-Dos under the “[complete]” tag for example are excluded from the total count.

example:

BadgeNumber

In this example, the number of completed tasks is 2, so the Badge Number should be 4.