vector-of-bool / vscode-gitflow

Gitflow integration for Visual Studio Code
89 stars 22 forks source link

Should prompt for repository when there's more than one in the workspace #24

Closed morungos closed 6 years ago

morungos commented 6 years ago

Unlike the git plugin, this plugin always uses the first repository when there's more than one in the workspace. This means that if you use two repositories, you can't use any git flow commands on the second.

For consistency with the git plugin, it should prompt to select which to use, when more than repository is available within the workspace.

morungos commented 6 years ago

Oh, just realized this is a duplicate of #20. Closing.