

Map your repository folder to your local folder with the following command: tf workfold -map '$/your/repository/folder/path' /your/local/folder/path -collection:> -workspace:MyWorkspace Create a local folder where you are going to download and locally store the source code.Ĭreate a local workspace from your terminal window with the following command: tf workspace -new MyWorkspace -collection:>.

The following steps are partially extracted from. If you don't have one (as it was my case), you need to create it. Now you need to have a local TFVC Workspace on your machine. Install the TFS extension for VS Code: Go to the Extensions tab in VS Code, Search for TFS and install.ĬREATE A LOCAL TFVC WORKSPACE IN YOUR MAC.Install Visual Studio Code for Mac (currently here: ).This are the steps to effectively connect a TFS (TFVC) Repository to your VS Code on Mac:
