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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,13 @@ All notable changes to the "leetcode" extension will be documented in this file.
3
3
4
4
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
5
5
6
+
## [0.15.8]
7
+
### Added
8
+
- Add a new command `Sign In by Cookie` to workaround the issue that [users cannot login to LeetCode](https://github.com/jdneo/vscode-leetcode/issues/478). Please check the [workaround steps](https://github.com/jdneo/vscode-leetcode/tree/master#%EF%B8%8F-attention-%EF%B8%8F--workaround-to-login-to-leetcode-endpoint) for more details!
9
+
10
+
### Changed
11
+
- Update the explorer icons to be align with the VS Code desi
10000
gn [#460](https://github.com/jdneo/vscode-leetcode/issues/460)
Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,17 @@
22
22
23
23
- English Document | [中文文档](https://github.com/jdneo/vscode-leetcode/blob/master/docs/README_zh-CN.md)
24
24
25
+
## ❗️ Attention ❗️- Workaround to login to LeetCode endpoint
26
+
> Note: If you are using `leetcode-cn.com`, you can just ignore this section.
27
+
28
+
Recently we observed that [the extension cannot login to leetcode.com endpoint anymore](https://github.com/jdneo/vscode-leetcode/issues/478). The root cause of this issue is that leetcode.com changed its login mechanism and so far there is no ideal way to fix that issue.
29
+
30
+
Thanks for [@yihong0618](https://github.com/yihong0618) provided a workaround which can somehow mitigate this by using the cookie to login. Here are the steps about what you should do if you want to login to `leetcode.com` endpoint using cookie:
31
+
1. Logout from the extension
32
+
2. Make sure current active endpoint is `leetcode.com` (Not leetcode-cn.com)
33
+
3. Copy the cookie as mentioned [here](https://github.com/jdneo/vscode-leetcode/issues/478#issuecomment-560395305)
34
+
4. Trigger the command `Sign In by Cookie` to login through the copied cookie.
0 commit comments