在Mac的Visual Studio Code中设置TFVC存储库

在Mac的Visual Studio Code中设置TFVC存储库

问题描述:

我试图在Mac上的Visual Studio Code上建立VSTS中托管的Team Foundation版本控制(TFVC)存储库.我根本没有使用过Visual Studio.显然,我的客户使用TFVC系统作为回购管理的主要方法.

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.

但是,我尝试从VSTS网站以Zip格式下载源,但是Visual Studio Code for Mac(配置了VSTS扩展名)没有标识该文件夹是VSTS仓库(显示团队"图标).

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).

我按照教程进行配置- https://github.com/Microsoft/vsts-vscode/blob/master/TFVC_README.md#quick-start

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

我可以知道我现在在做什么吗?或仅仅是因为您不能在MacOS系统上使用VSTS.

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

我没有PC

您无法以zip格式下载源代码.

You can't download the source as zip.

您可以创建工作空间并通过tf命令(TEE cli)获取源:

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.

另一方面,您可以在Eclipse中使用TEE通过UI方式进行操作.

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