Setting up TFVC repo in Visual Studio Code for Mac

為{幸葍}努か 提交于 2019-12-22 18:28:35

问题


I am trying to to set up a Team Foundation Version Control (TFVC) repository hosted in VSTS on my Visual Studio Code for Mac. I haven't used Visual Studio at all. Apparently, my client is using TFVC system as their main approach for repo management.

However, I tried downloading the source as a Zip from the VSTS web site but Visual Studio Code for Mac (with the VSTS extension configured) did not identify that folder is a VSTS repo (Showing the "team" icon).

Tutorial I followed to configure - https://github.com/Microsoft/vsts-vscode/blob/master/TFVC_README.md#quick-start

May I know what I am not doing right here? or simply is it because you can't work with VSTS with MacOS system.

I don't have a PC btw


回答1:


You can't download the source as zip.

You can create workspace and get the source through tf command (TEE cli): Cross-Platform Command-Line Client- Beginner's Guide.

Then click File > Open Folder > Select that folder to open, then click Team icon to login.

On the other hand, you can use TEE in eclipse to do that through UI way.



来源:https://stackoverflow.com/questions/48819539/setting-up-tfvc-repo-in-visual-studio-code-for-mac

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!