I just performed a clean install of Visual Studio 2015 SP3, and I\'m getting this in the Output window at startup:
We were unable to automatically populate y
You can disable the auto connection on startup via the following steps:
Note that you will get 'tfpt' is not recognized as an internal or external command, operable program or batch file
if you don't have TFS Power Tools installed. You can install them from Microsoft Visual Studio Team Foundation Server 2015 Power Tools.
This solution fixed it for me:
del %localappdata%\.IdentityService\SessionTokens.json
In the top right corner of Visual Studio, you will find a colored box with your name or your initials inside. Click the down arrow and then Account Settings.
In the opening window, please click "Sign out" in the upper left part of the window.
After a restart of Visual Studio and signing back in, the error should be gone.