Home > Software design >  TFS: How do I add undo unchange to action in Visual Studio2019?
TFS: How do I add undo unchange to action in Visual Studio2019?

Time:01-18

How can I add the following plugin to Actions, Visual Studio? enter image description here

CodePudding user response:

You just need to install the TFS Source Control Explorer Extension for VS2019

Download the extension file "TFSSCExplorerExtension.vsix" -> Close any active VS instances -> Double click the .vsix file to install the extension.

After that, start VS2019, check the behavior in the Team Explorer.

  •  Tags:  
  • Related