Renatato
Renatato

Reputation: 21

How to customize Team Explorer in VS

I have re-installed my Visual Studio 2019 Professional and now Team Explorer is missing some sections. Branches and Changes sections are missing. Now I am able to manage my branches from Git repository window, which is not too comfortable for me. How can I add missing sections to Team Explorer tab?

Upvotes: 1

Views: 592

Answers (2)

user12557324
user12557324

Reputation:

Yes just uncheck New Git features! enter image description here

Upvotes: 1

Renatato
Renatato

Reputation: 21

Problem solves. New "Git experience" feature has been presented in VS 2019. To bring disappeared sections back in Team Explorer just disable "New Git user experience" under Tools -> Options -> Environment -> Preview features.

https://learn.microsoft.com/en-us/visualstudio/ide/git-with-visual-studio?view=vs-2019

Upvotes: 1

Related Questions