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

fix: stash summary wasn't showing correctly #92

Open wenfangdu opened 1 year ago

wenfangdu commented 1 year ago

Fixes #91.

wenfangdu commented 1 year ago

Before: image After: image The side effect is that the branch name is gone.

wenfangdu commented 1 year ago

When dropping a stash, there's no need to show a notification, removing the stash entry from the panel is clear enough. There're a lot of improvements that can be done for this extension, such as stash renaming, showing relative stash date, etc. https://github.com/gitkraken/vscode-gitlens is a good codebase to refer to.