-
Notifications
You must be signed in to change notification settings - Fork 450
[Help] How to connect to my TFS account? #294
Comments
Hi @EslamNasser, thanks for trying out the extension. After cloning a repository from Team Services, it should be as easy as opening the root folder of the repository in VS Code. The extension will detect that it is a Git repo, determine that it is cloned from Team Services and ask you to run signin since you haven't provided any credentials yet. You can do this by providing your own PAT or by going through the new automatic flow. If that doesn't work, could you enable debug logging and provide the team-extension.log file here? |
@jeffyoung I got it working, i think i was still using the repo cloned from GitLab instead of the one on Team Services. |
That's great to hear @EslamNasser. Thanks for letting me know you got it resolved. |
Yeah all that's needed for some is to clone a repo into another Dir. As I found out in my situation I was cloning into an old dir which I believe had some left over Git files and settings. Another option is to find these and delete these left over files and settings first > then re clone >Team: sign in. |
HI Guys, I am having a similar issue, I enabled debug in VS Code and I received this 2018-01-24T05:32:01.403Z - debug: [105764] Reinitializing due to onDidChangeConfiguration 2018-01-24T05:32:02.033Z - error: [105764] Could not find a workspace with mappings (e.g., not a TFVC repository, wrong version of TF is being used). Unable to determine the source control server. Any thoughts? |
Do not worry about this one, I was using SSH authentication, but there is an outstanding bug/issue microsoft/vscode#13680. For now I am using HTTPS |
Hi, |
You have to install an extension to connect to the corresponding repo. Try 'Azure Repos' under extensions. |
I followed the instructions on the README file:
But when i open VSC i try to using the
Team: Signin
command i keep getting this error message:"(team) No Team Services or Team Foundation Server repository configuration was found. Ensure you've opened a folder that contains a repository."
Although i have a folder with a git repo opened on VSC.
Am i missing something or doing something wrong?
The text was updated successfully, but these errors were encountered: