Reputation: 732
We had deleted some old unused branches and now CodeLens shows incoming changes from those deleted branches above every single method in our solution.
We've tried to convert branch to folder and then delete it but with no luck. Also I tried solution from this topic https://social.msdn.microsoft.com/Forums/vstudio/en-US/812e6977-7064-474b-b0e1-7f3ab6c53bfc/ , but still - no luck.
Any ideas?
Upvotes: 2
Views: 382
Reputation: 4129
You can use the CodeIndex command in TFSConfig to delete or rebuild the CodeLens data https://www.visualstudio.com/docs/setup-admin/command-line/tfsconfig-cmd#codeindex
Upvotes: 1