First of all, thanks! Really liking the plugin so far!
But, one minor issue is our internal github enterprise install is not SSL and the repo in Visual Studio 2015 is http://, but the plugin converts all the links "Pull Request", "Pulse", "Graphs", "Issues" to https:// breaking the feature for us.
Fixes #13
We need to preserve the format of the origin for non github.com
repositories (such as GitHub Enterprise instances). Many of them are not
set up with HTTPS because they're behind a firewall etc.
Fixes #13
We need to preserve the format of the origin for non github.com
repositories (such as GitHub Enterprise instances). Many of them are not
set up with HTTPS because they're behind a firewall etc.
First of all, thanks! Really liking the plugin so far!
But, one minor issue is our internal github enterprise install is not SSL and the repo in Visual Studio 2015 is http://, but the plugin converts all the links "Pull Request", "Pulse", "Graphs", "Issues" to https:// breaking the feature for us.