-
Notifications
You must be signed in to change notification settings - Fork 665
Unable to login using the default login method in vscode-insiders #966
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
Comments
You can't login even if you use VS Code by the regular login method. Refer This: |
well, in fact I fix this by "change the URL to "vscode-insiders://leetcode.vscode-leetcode?&cookie=your cookie" manually. |
after opening vscode from the browser, it will get struck on 'fetching user data' forever, and for that, this was the solution |
🐛 Bug Report
Unable to login using the default login method in vscode-insiders
To Reproduce
After authorizing the login in the browser it tries to open vscode to complete the authentication,the URL is like "vscode://leetcode.vscode-leetcode?&cookie=your cookie".
If you are using vscode-insiders, nothing will happen when clicking the button or visiting the URL
Expected behavior
Successfully return to vscode to complete authentication login
Extension Output
None,Because the browser cannot return to vscode
Your Environment
Solution
change the URL to "vscode-insiders://leetcode.vscode-leetcode?&cookie=your cookie" manually.
This way the computer can correctly identify the URL and open vscode.
The text was updated successfully, but these errors were encountered: