0
I’m learning about versioning with TFVC
and Git
.
Versioned projects with Git
modified files are marked with a symbol indicating that you hear change (commit
pending)
Already projects managed with TFVC (Team Foundation Version Control)
the same does not happen.
Has anyone ever been through it? I’m using VS2015 PRO update 2
I did some shit when I created this project, I did a test creating a new one and it works normally. One of the differences I noticed was the absence of the file
.vssscc
in the problematic project. I don’t know where this file went. :/– rubStackOverflow
All right. : ) @Luizvieira
– rubStackOverflow
Here is a more detailed explanation of the problem (https://social.msdn.microsoft.com/Forums/vstudio/en-US/7e8c02b7-827b-4ec9-b81b-18101e04a000/vs-2015-tfvc-solution-explorer-pending-changes-icons-not-displayed?forum=visualstudiogeneral)
– rubStackOverflow
Well, based on the link you sent, it seems to be a bit of a recurring problem yes. I withdrew my vote to close. Sorry for the confusion. :)
– Luiz Vieira
I found the solution, I will post as answer soon! 0/
– rubStackOverflow