Skip to content
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

Open
djbelknapdbs opened this issue May 5, 2021 · 5 comments
Open

Sign In button does nothing #46

djbelknapdbs opened this issue May 5, 2021 · 5 comments

Comments

@djbelknapdbs
Copy link

  • Version: 1.55.2 (user setup)
  • Commit: 3c4e3df9e89829dce27b7b5c24508306b151f30d
  • Date: 2021-04-13T09:35:57.887Z
  • Electron: 11.3.0
  • Chrome: 87.0.4280.141
  • Node.js: 12.18.3
  • V8: 8.7.220.31-electron.0
  • OS: Windows_NT x64 10.0.18363
  • Extension version: v0.0.22

Steps to Reproduce:

  1. Install VS Code (in the user directory if that matters - no admin)
  2. Install this extension
  3. Restart VS Code
  4. Open the extension tab - get the message "You have not yet signed in with Azure Devops"
  5. Click the Sign In button - nothing happens

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.

@djbelknapdbs
Copy link
Author

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:
https://dev.azure.com/ABC_Corp/MyProjectName/_git/my-repo

org URL is:
https://dev.azure.com/ABC_Corp/

Project name is:
MyProjectName

@emb03
Copy link

emb03 commented Sep 30, 2021

This did not work for me but thanks for posting

@cforce
Copy link

cforce commented Mar 24, 2022

same here .. i click on the button and nothing happens? How to login .. i am not asked to configure anything

@Crux-One
Copy link

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>"
}

@MattFowler79
Copy link

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: https://dev.azure.com/ABC_Corp/MyProjectName/_git/my-repo

org URL is: https://dev.azure.com/ABC_Corp/

Project name is: MyProjectName

This worked for me. Had to restart VS Code to make it work, however.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants