0

I want to unlock files from my solution explorer, but on the Microsoft Docs, it says i need to use the Source Control Explorer. However, it doesnt appear in my Visual Studio 2022 Community.

Please help.

no sce

  • I have struck this before. You need to connect to the TFS server before this window ever shows anywhere (which I found really frustrating). I don't have a windows computer here to verify, but this feels very familiar: https://stackoverflow.com/questions/58297628/how-to-connect-visual-studio-2019-to-tfs – GregHNZ Jul 24 '22 at 06:16

1 Answers1

0

Please note that the "Source control explorer" is only applied to TFVC repositories. So, we have to connect to an Azure DevOps server(TFS) TFVC repository first.

Please follow below steps to show the "Source control explorer" in VS 2022 Community:

  1. View -> Team Explorer enter image description here

  2. Manage Connections -> Connect to a project enter image description here

  3. Add an Azure DevOps server (TFS) -> Select a TFVC project repo -> Connect enter image description here

  4. After that, go to View -> Other Windows to check the Source control explorer option. enter image description here

Andy Li-MSFT
  • 28,712
  • 2
  • 33
  • 55