Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why does CodeLens always show "0 authors, 0 changes"?

I have a Visual Studio project/solution in a Git repo. Visual Studio's source control feature works a treat (second screenshot). Thanks "Microsoft Git Provider"

HOWEVER CodeLens shows "0 authors, 0 changes" for every class and method (first screenshot) with tooltip explanations:

no data available for this type
no data available for this method

Any ideas why it could be broken?

More detail: the git repo doesn't have remotes. Visual Studio isn't connected to any Team Foundation server. I'm using the exact version of Git that shipped with Visual Studio 2015 update 1.

>git --version
git version 2.6.2.windows.1

enter image description here enter image description here

like image 221
Colonel Panic Avatar asked Jan 15 '16 15:01

Colonel Panic


3 Answers

I came across the same issue in VS 2017. The fix was to change "Changes in months" field. If you left click on "0 authors, 0 changes" link, a pop up will appear. It has a field in the bottom right corner which you could adjust. I changed it from 12 months to 48 months. The change was automatically applied to the whole solution. enter image description here

like image 74
Marina Melin Avatar answered Oct 26 '22 01:10

Marina Melin


I had the same problem. Tried re-installing GIT, etc. Finally, I decided to uninstall and reinstall VS 2015 with update 1, and that corrected the issue.

like image 1
jbrewster Avatar answered Oct 26 '22 00:10

jbrewster


Visual Studio 2015 Update 2 fixed my problem.

https://www.visualstudio.com/en-us/news/vs2015-update2-vs.aspx

like image 1
Colonel Panic Avatar answered Oct 26 '22 01:10

Colonel Panic