How to connect Visual Studio Code with TFVC?

Is there a way to connect Visual Studio Code to use Team Foundation Version Control(TFVC)? If so, how to do?

Author: Augusto Formentão, 2017-03-31

2 answers

There are two extensions currently available that support TFVC.

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

You could test both and check which one suits your scenario best.

 2
Author: alefragnani, 2017-04-30 21:06:06

Yes, it is possible to connect the Visual Studio Code with the Version Control TFVC, for this it is necessary to use the extension of the Visual Studio Team Services.

Recently published in the blog "Microsoft DevOps" the following article containing the necessary information: Official Release of TFVC Support for Visual Studio Code

You can review the project documentation.

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

 1
Author: Augusto Formentão, 2017-08-21 10:54:40