How to connect Visual Studio Code with TFVC?

2

Is there any way to connect Visual Studio Code to use version control of Team Foundation Version Control (TFVC)? If so, how?

    
asked by anonymous 31.03.2017 / 22:26

2 answers

2

There are two extensions currently available that support TFVC.

The Visual Studio Team Services extension from Microsoft itself indicates that from the release 1.116.0 would already be possible to connect to the TFVC. There is also an older extension, from an independent developer called TFS .

You could try both and see which one suits your scenario better.

    
30.04.2017 / 23:06
1

Yes, you can connect the Visual Studio Code with version control TFVC , so it is necessary to use the Visual Studio Team Services .

Recently the "Microsoft DevOps" blog was published the following article containing the required information: Official TFVC Support for Visual Studio Code

You can review the project documentation .

A video showing the integration of both features was also available: TFVC Source Code Control in Visual Studio Code

    
21.08.2017 / 12:54