-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sign In button does nothing #46
Comments
My bad - I didn't get the right values in the org URL and project settings. Once I got that corrected, I got authenticated. Might be good to have an example of what the Org URL and project name are in the setup. If you're working from a repo url like: org URL is: Project name is: |
This did not work for me but thanks for posting |
same here .. i click on the button and nothing happens? How to login .. i am not asked to configure anything |
If I may add to that, modifying settings.json as shown below would make the button work for me. Hope this helps. {
"azdoPullRequests.orgUrl": "https://<org_name>.visualstudio.com",
"azdoPullRequests.projectName": "<project_name>"
} |
This worked for me. Had to restart VS Code to make it work, however. |
Steps to Reproduce:
I've verified I don't have the github version of the extension installed so there should be no interference there. My git is authenticated with Azure Devops, I believe through credential manager? Glad to provide any more information that might help.
The text was updated successfully, but these errors were encountered: