fabiospampinato / vscode-todo-plus

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

Respect `hours` timekeeping format for `lasted` as well #273

Closed hirasso closed 4 years ago

hirasso commented 4 years ago

Hi there! Would it be possible to also apply the timekeeping format (for example hours, as introduced in #246 ) not only in the estimated, but also in the lasted output?

hirasso commented 4 years ago

Ah, just found out trying to implement this feature, it's already there:

{
  "todo.timekeeping.estimate.format": "hours",
  "todo.timekeeping.elapsed.format": "hours"
}

elapse seems to be used for the [lasted] output.