artrz / vscode-gitstash

Adds extra Git stash powers to VS Code
https://marketplace.visualstudio.com/items?itemName=arturock.gitstash
MIT License
24 stars 4 forks source link

Delete mutiple stash entries #14

Open sketchbuch opened 5 years ago

sketchbuch commented 5 years ago

Currently you can delete the stash entries one at-a-time or all of them. It would be good if you could shift + select many stashes and delete them

artrz commented 5 years ago

Thanks for your suggestion @sketchbuch, I do like it. If I recall correctly multiple items cannot be selected on tree views (need to investigate), however there's multi-select support on option pickers, so mostly sure this will be added as a feature hopefully soon.