如何使用 Visual Studio 代码克隆 VisualStudio.com 的 TFVC 存储库?

How to clone a TFVC repository of VisualStudio.com using Visual Studio Code?

我安装了 Visual Studio 代码和 "Visual Studio Team Services" 的扩展。我按 F1 和 "team: login" 并收到以下错误消息。

(team) You must open a repository folder in order to use the Team Services extension.

如何使用 VSC 创建存储库文件夹?在 VisualStudio.com(Visual Studio 团队服务)上有很多关于 Git 的信息,但在 TFVC 上没有。

TFVC 回购与 Git 回购不同。每个团队项目只能有一个。如果您有一个没有 TFVC 存储库的现有团队项目,您可以通过 Web 界面创建它。如果它已有一个 TFVC 存储库,则无法创建第二个存储库。

您似乎想使用 Visual Studio 代码连接 TFVC 项目,方法是对 Visual Studio 代码使用 Team Services extension

确保您使用的是 1.116.0 或更高版本,它支持 TFVC 源代码控制系统!

Create your TFVC workspace

With TFVC, the extension uses information about the current workspace to determine how to connect to Team Services (or your Team Foundation Server). Workspaces can be created using the Visual Studio IDE, Eclipse or with the JetBrains IDEs (e.g, Android Studio, IntelliJ).

Note: At this time, you will need to have a local TFVC workspace already available on your local machine.

要了解有关 TFVC 支持的更多信息,请查看本教程 documentation or watch the overview video

此外,您需要使用 Team Foundation Server 2015 Update 2(及更高版本)。