- Notifications
You must be signed in to change notification settings - Fork668
Closed
Description
🐛 Bug Report
Unable to login using the default login method invscode-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.
Metadata
Metadata
Assignees
Labels
No labels