vector-of-bool/vscode-gitflow

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

Closed this issue · 1 comments

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.

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