this post was submitted on 16 May 2024
15 points (100.0% liked)

VS Code

776 readers
1 users here now

founded 1 year ago
MODERATORS
 

Is there an extension that allows for automatic stashing on branch switch like GitHub desktop does?

There was an a proposal about it, but it got declined: https://github.com/microsoft/vscode/issues/86668

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 5 months ago (2 children)

Isn’t vscode already doing that? I’m using it daily. It even has migrate feature, which stashes changes and applies to the new branch.

[–] [email protected] 2 points 5 months ago

It doesn't for me, so this might be a config issue?

When switching it only put the changes on the new branch instead of staching