Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio 2022 how to turn off the new Git experience

Looks like the option to turn off the new Git experience is gone from VS2022. And there is still no way to link in a DevOps work item like you could in the Team Explorer.

Has anyone found the off switch in VS022 for this "experience"?

like image 353
ficelles Avatar asked Oct 26 '22 09:10

ficelles


1 Answers

According to Git for Visual Studio 2019,

"The new Git experience is the default version control system in Visual Studio 2019 from version 16.8 onwards. However, if you want to turn it off, you can. Go to Tools > Options > Environment > Preview Features and then toggle the New Git user experience checkbox, which will switch you back to Team Explorer for Git."

According to Git for Visual Studio 2022,

For Visual Studio 2022, the new Git Experience is the only Git experience. Unfortunately, there is no way to revert back to the old Git experience.

like image 120
Caleb F. Avatar answered Jan 02 '23 20:01

Caleb F.