You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
os: Windows 11 Insider Preview 23H2
extension settings: default
nodejs version: v22.2.0
vscode version: 1.92.0-insider
extension version: 0.18.2
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.