spmeesseman / vscode-taskexplorer

Run and Manage Tasks for Visual Studio Code
Other
141 stars 30 forks source link

[Feature Request] Option to collapse last tasks #176

Closed lonix1 closed 1 year ago

lonix1 commented 2 years ago

The last tasks tree often just gets in the way - it makes it harder to quickly find what I'm looking for. So I disabled it with "taskExplorer.showLastTasks": false.

And of course a while after doing that I realised that I was looking for the most recent task, so why dig through all my tasks to find it - wasn't there a "recently used" list? So I enabled it, and quickly found myself with the first problem. :smile:

It would be nice to have that recent tree collapsed by default. But many users probably would get upset, so a new "taskExplorer.collapseLastTasks": false option would be great.

Thanks!

lonix1 commented 1 year ago

Thanks for this update, appreciated!

Minor feedback: when hovering over "Last Tasks", it shows "CLR" on the right, and it "bounces" up and down. Works otherwise. Have you seen this too?