我在VSCode中安装了TFVC,并且看到了一条错误消息。
(team) It appears you have configured a non-English version of the TF executable. Please ensure an English version is properly configured.我在设置中添加了下面这一行。
"tfvc.location": "C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\Common7\\IDE\\TF.exe"我将"TF.exe“所在的"de”文件夹重命名为.But(根据我在互联网上找到的一些解决方案)它也不起作用。
有人有解决这个问题的办法吗?
发布于 2017-11-21 23:54:33
我也面临着同样的问题,尝试使用TF.exe (安装Visual Studio2015)。解决了我的问题的是:
1)安装了Visual Studio Team Explorer 2017 (我在安装过程中选择了葡萄牙语和英语)
2)将位于"C:\Program Files (x86)\Microsoft Visual Studio\2017\TeamExplorer\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer"中的我的语言文件夹从"pt-BR"重命名为"_pt-BR"。因为我的SO是葡萄牙语,所以我将其重命名为pt-BR。也许在步骤1中不选择葡萄牙语就可以解决所有问题,但我没有尝试这样做。
3)在VS代码中配置新的TF.exe,我的路径是"C:\Program Files (x86)\Microsoft Visual Studio\2017\TeamExplorer\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer\TF.exe"
已重新打开VS代码。错误不再显示。
https://stackoverflow.com/questions/45860527
复制相似问题