fabiospampinato / vscode-todo-plus

Manage todo lists with ease. Powerful, easy to use and customizable.
MIT License
908 stars 228 forks source link

[est] value doesn't change when in the statusbar #356

Open chrisg32 opened 2 years ago

chrisg32 commented 2 years ago

Given the following setting for statusbar.text text

"todo.statistics.project.text": "([pending]) [est]"
"todo.statistics.statusbar.text": "$(check) [finished]/[all] ([percentage]%)  Estimated: [est]"

Open the Example Todo File and complete or cancel any of the task line with an estimate. The estimate for the project will change but the estimate in the statusbar remains unchanged.

I would expect [est] in the statusbar to behave like the in the project and change to show the "Estimated time left".