Search code examples
tfsvisual-studio-codetfvcteam-explorer

VS Code integration with TFS


I'm now starting to use VS Code and I like this tool except for the fact it won't integrate with TFS.

I have looked all over the place for a solution that would be easy to use and didn't find anything good.

The solution of TFVC that offered here How to connect TFS in Visual Studio code is not what I'm looking for.

I need to have the source control explorer and to be able to right click on a file to check it in and out.

Any good solution out there?


Solution

  • Visual Studio Team Services Extension for Visual Studio Code is the only official solution for now.

    Source control explorer is something integrated with visual studio, which do not included in visual studio code.

    If you really need this feature, you could submit a uservoice here, TFS PM and Admin will kindly review your suggestion.

    As a workaround, suggest you to use the tf command to do the check in option.