How to connect Visual Studio Code with TFVC?

Asked

Viewed 552 times

2

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

2 answers

2

There are two extensions currently available that support TFVC.

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

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

1

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

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

It is possible to review the project documentation.

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

Browser other questions tagged

You are not signed in. Login or sign up in order to post.