我正在尝试连接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"
}
但是当我单击团队->登录时,出现此错误:
(团队)配置的TF版本不满足最低要求 版。使用某些命令可能会遇到错误或限制 直到您升级。最低版本:14.102.0
现在我该怎么办? 我的tf版本是1.0.1 我的vsc版本是1.30
答案 0 :(得分:0)
我发现将vs代码连接到tf的问题应该安装Visual Studio 2017或更高版本。我的视觉工作室是2015年,tf.exe的版本下降了。
答案 1 :(得分:0)
然后将您的setting.json更新为 “ tfvc.location”:“ C:\ Program Files(x86)\ Microsoft Visual Studio \ 2017 \ Community \ Common7 \ IDE \ CommonExtensions \ Microsoft \ TeamFoundation \ Team Explorer \ TF.exe”,
OR
“ tfvc.location”:“ C:\ Program Files(x86)\ Microsoft Visual Studio \ 2019 \ Community \ Common7 \ IDE \ CommonExtensions \ Microsoft \ TeamFoundation \ Team Explorer \ TF.exe”, “ tfvc.restrictWorkspace”:true,
最后,您将不再看到以下错误消息:“(team)TF的配置版本不符合最低版本。升级之前,您可能会遇到某些命令的错误或限制。最低版本:14.102.0 “