artrz / vscode-gitstash

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

Bug: "Stash selected files..." stashes staged files as well #87

Open myieye opened 1 year ago

myieye commented 1 year ago

When I use the "Stash selected files..." staged changes are included in the stash. The staged changes are, however, not removed from the current change set, so they are still staged as well as in the new stash.

https://user-images.githubusercontent.com/12587509/204514591-ed8f5ce0-6de2-4d22-971e-a7068a6e9aba.mp4