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?
source
share