Open jcansdale opened 5 years ago
The command "Team.Git.Pull" only works in VS2019. With the new change to use hub.exe, can this work in VS2017 as well?
With the new change to use hub.exe, can this work in VS2017 as well?
I believe hub.exe
should work fine pretty much anywhere.
The current VSIX only supports Visual Studio 2019: https://github.com/madskristensen/GitPull/blob/master/src/source.extension.vsixmanifest#L13
Could we make it work for earlier versions as well? 😄