fabiospampinato / vscode-todo-plus

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

Pausing of started tasks #317

Closed stprograms closed 2 years ago

stprograms commented 3 years ago

Currently tasks can be started and when they are finished, they can be marked as done. The result is that the time between the starting of the task and the marking of done is also used for calculation of the elapsed time. Tasks marked as done cannot be started anymore.

It would be great if the possibility to pause a task could be implemented. Sadly interruptions occur in reallife where you have to work on a different task and interrupt your current work. This way, you could have a better timekeeping of what you have done.

Maybe this could be implemented by adding a @paused tag. So a completed task would have the tags @started @done @elapsed and @paused.

arkadianriver commented 3 years ago

like these ideas: #88 ?

fabiospampinato commented 2 years ago

Duplicate of #88