在VSCode中设置VSTS

时间:2018-04-22 10:35:16

标签: macos visual-studio-code azure-devops

我最近下载了VSCode以便在我的Mac上使用。我安装了TFS插件,但没有一个教程可以实现连接。这是我跟随的guide

如果我转到Source Control然后点击“...”我没有得到VSTS的选项我只能选择添加其他SCM提供商..如果我点击这个它会显示一个包含插件的列表我已下载,表示已安装。

我甚至尝试从VSTS门户下载一个分支作为Zip并在VSCode中打开它,但它没有提示我连接到VSTS。

我还尝试手动设置设置并添加了这些设置,但无济于事。

{
    "team.remoteUrl": "https://***.visualstudio.com",
    "tfvc.location": "/Users/***/Documents/TFS",
}

更新

我按照Gist安装了TFVS。 我已将用户设置更改为

{
    "tfvc.location": "/usr/local/Cellar/tee-clc/14.123.1/libexec/tf",
}

不幸的是,我在运行team signin时仍然无法登录,因为我收到了错误

  

没有Team Services或Team Foundation Server存储库配置   被找到。确保您已打开包含存储库的文件夹。

TF输出

Last login: Sun Apr 22 11:43:20 on ttys000
/usr/local/Cellar/tee-clc/14.123.1/libexec/tf ; exit;
MacBook-Pro:~ ***$ /usr/local/Cellar/tee-clc/14.123.1/libexec/tf ; exit;
logout
Saving session...
...copying shared history...
...saving history...truncating history files...
...completed.
Deleting expired sessions...6 completed.

[Process completed]

2 个答案:

答案 0 :(得分:0)

首先,您需要library(tidyverse) libraty(tidytext) # city is a vector containing pre-defined city name t2 <- test %>% as_tibble() %>% unnest_tokens(bigram,value,token = 'ngrams', n =2) %>% separate(bigram,c('word1','word2'),remove = F) city_get <- c(intersect(t2$bigram,city),intersect(t2$word1,city))%>% unique() 的完整路径,例如2017年的Visual Studio。

tf.exe

然后您需要按"tfvc.location": "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Community\\Common7\\IDE\\CommonExtensions\\Microsoft\\TeamFoundation\\Team Explorer\\Tf.exe" 并搜索ctrl + shift + p 系统会要求您选择登录体验,选择Team: signin

然后会出现一个代码,只需将其复制并按.... (new experience),您的浏览器将打开并显示一个页面,要求您输入代码,之后您将使用enter帐户登录,这就是您的身份进来!

答案 1 :(得分:0)

您需要通过TF命令(您提供的文章中的创建工作区和结帐部分)或TEE UI(eclipse)将文件映射到本地计算机,然后您可以打开该文件夹并连接到VSTS

类似帖子:Setting up TFVC repo in Visual Studio Code for Mac