我正在尝试连接 tfs ,我执行了以下步骤:
- 安装 vsc
- 安装 Azure 存储库
- 安装签出 tfs 文件
这是我的 setting.json 代码
{
"tfvc.restrictWorkspace": true,
"tfvc.location": "C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\Common7\\IDE\\tf.exe",
"editor.renderControlCharacters": true,
"git.enableSmartCommit": true,
"git.enabled": false,
"checkouttfs.tflocation": "C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\Common7\\IDE\\tf.exe",
"team.showWelcomeMessage": false,
"workbench.colorTheme": "Visual Studio Light"
}
但是当我单击团队-> 登录时,我收到此错误:
(team) 配置的TF版本不满足最低版本。在升级之前,您可能会遇到某些命令的错误或限制。最低版本:14.102.0
现在我该怎么办?我的 tf 版本是 1.0.1 我的 vsc 版本是 1.30