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

Stashes not visible with mutiple repos #11

Closed sketchbuch closed 5 years ago

sketchbuch commented 5 years ago

My workspace contains two folders with two different repos. I can stash via the VSC menu options and verify the stash exists on the command line but vscode-gitstash doesn't show anything in the stash - for any repo. It normally does when using a Workspace with just one repo.

Adrian-Sanchez commented 5 years ago

Its happening to me as well when i have multiple repos in the same workspace. It would be nice if i didn't have to switch between them to get this feature to work. But when in single repo mode, its very useful

artrz commented 5 years ago

Hi @sketchbuch, @Adrian-Sanchez. In deed, multiple repos are currently not supported. I've been quite busy these days but recently got some time and started working on this and it's almost complete, so in some days feature will be available. I'll let you know when this is done.

Adrian-Sanchez commented 5 years ago

Hey thanks, it will happy coding when it’s done.

Much Appreciated!

~Adrian

On Mar 26, 2019, at 12:10 AM, Arturo Rodríguez notifications@github.com wrote:

Hi @sketchbuch, @Adrian-Sanchez. In deed, multiple repos are currently not supported. I've been quite busy these days but recently got some time and started working on this and it's almost complete, so in some days feature will be available. I'll let you know when this is done.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

artrz commented 5 years ago

Done. Let me know if you have any issue.