Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Git Extensions doesn't show up in VS 2010 after installing

I have tried installing Git Extensions numerous times and can't get it to show up in VS 2010. There is simply no tool bar menu 'Git'. Any ideas?

like image 632
PlTaylor Avatar asked Jan 19 '23 11:01

PlTaylor


2 Answers

It turns out that since I had moved the 'My Documents' folder in Win 7 Git Extensions installed the add-in in a VS 2010 folder in the correct 'My Documents' but VS was still looking in the c:\users\'me'\my documents\VS folder.

like image 59
PlTaylor Avatar answered Jan 27 '23 05:01

PlTaylor


The issue appears to be that Git Extensions installs the add-in for the current user only.

If you are having this issue when running VS 2010 as Administrator, and you installed Git Extensions under a different user login, you can copy the Git Extensions add-in files - C:\Users\\Documents\Visual Studio 2010\Addins - to your C:\Users\\Documents\Visual Studio 2010 directory and Visual Studio will find it.

like image 24
Alexander Liberson Avatar answered Jan 27 '23 07:01

Alexander Liberson