kopieczek.dev
kopieczek.dev

Reputation: 732

CodeLens shows incoming changes from branches / folders deleted from TFS

We had deleted some old unused branches and now CodeLens shows incoming changes from those deleted branches above every single method in our solution.

incoming changes

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

Answers (1)

nschonni
nschonni

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

Related Questions