markrendle / nogit

Disable Git SCC plug-in in Visual Studio 2013 to 2017
https://visualstudiogallery.msdn.microsoft.com/146b404a-3c91-46ff-932a-fb0f8b826f94
MIT License
15 stars 10 forks source link

Set the Scci provider inactive regardless of type #1

Closed jefflward closed 10 years ago

jefflward commented 10 years ago

A bit heavy handed but this was the change I made to make the extension work for me. Sets the provider inactive under all circumstances.

markrendle commented 10 years ago

Thank you!

I've pulled this, but I've put the check for Microsoft.TeamFoundation.Git.Provider" back in. Too many people work on different projects under more than one kind of source control.

Hopefully spamming the solution events like that will fix the problem. If not, please re-open this issue and we'll work it out somehow.

jefflward commented 10 years ago

@markrendle I updated with your changes and it no longer works for me. I'm guessing the check for Microsoft.TeamFoundation.Git.Provider is somehow not detecting it properly and letting something slip through the cracks. I'll look into it more later if I have time.

markrendle commented 10 years ago

Can you zip up a project on which it doesn't work and I'll see if I can debug it?