microsoft / azure-repos-vscode

Azure Repos extension for VS Code
Other
661 stars 450 forks source link

Team signin: Unauthorized #485

Closed Yeg-A closed 4 years ago

Yeg-A commented 5 years ago

https://github.com/Microsoft/vscode/issues/68442#issue-408888870

Larhei commented 5 years ago

Changing Settings>User Settings >Application > Proxy Support to On / Off instead of Override fixed the problem for me. Hope it helps

wilhelmer commented 5 years ago

Thanks, that worked for me too. Changed it to Off.

dragoljub commented 5 years ago

@wilhelmer which version of VS Code are you on?

Larhei commented 5 years ago

@dragoljub I am on MAC VS Code 1.31.1

wilhelmer commented 5 years ago

Win 1.31.1

dragoljub commented 5 years ago

I switched proxy support for extensions off on latest VS Code stable 1.31.1 on Win 10 and TFS login is working for me now! Thanks! 👍

voytas75 commented 5 years ago

1.31.1, change proxy support to OFF helped.

ccerghed commented 5 years ago

Same issue here - I've been struggling with this for 2 months now. Adding this setting to my settings.json did the trick: "http.proxySupport": "off"