madskristensen / GitPull

Easy way to "git pull" in Visual Studio
Other
16 stars 10 forks source link

Add support for versions of Visual studio before 2019 #2

Open jcansdale opened 5 years ago

jcansdale commented 5 years ago

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? 😄

madskristensen commented 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?

jcansdale commented 5 years ago

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.