Can I customize a visual differential view with notifications provided by TFS?

My TFS sends me warnings when someone from my team checks the code. (I had to create notification rules for each project, but this is only a sidebar complaint in this matter.)

These warnings provided some information about who checked the files, when and which files changed, with URLs for viewing information in a browser. My concern is that I cannot just click on the source file and see a visual spread of the changes. There is no link that will automatically run diff in Visual Studio (using a custom protocol).

Is there a way to configure TFS to visually distinguish between changes to a file that has been verified through this notification interface?

+5
source share
1 answer

TFSSpam can be a solution - it sends email notifications when a set of changes includes a graphic spread in the body of the message.

+1
source

All Articles