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: README.md
+14-2Lines changed: 14 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@
23
23
- English Document | [中文文档](https://github.com/LeetCode-OpenSource/vscode-leetcode/blob/master/docs/README_zh-CN.md)
24
24
25
25
## ❗️ Attention ❗️- Workaround to login to LeetCode endpoint
26
+
26
27
> Note: If you are using `leetcode.cn`, you can just ignore this section.
27
28
28
29
Recently we observed that [the extension cannot login to leetcode.com endpoint anymore](https://github.com/LeetCode-OpenSource/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.
@@ -32,17 +33,21 @@ Thanks for [@yihong0618](https://github.com/yihong0618) provided a workaround wh
32
33
> Note: If you want to use third-party login(**Recommended**), please make sure your account has been connected to the third-party. If you want to use `Cookie` login, click [here](https://github.com/LeetCode-OpenSource/vscode-leetcode/issues/478#issuecomment-564757098) to see the steps.
> NOTE: Please make sure that `Node` is in your `PATH` environment variable. You can also use the setting `leetcode.nodePath` to specify the location of your `Node.js` executable.
39
+
> NOTE: Please make sure that `Node` is in your `PATH` environment variable. You can also use the setting `leetcode.nodePath` to specify the location of your `Node.js` executable.
- By clicking the button  at the **explorer's navigation bar**, you can switch between different endpoints.
63
70
64
71
- The supported endpoints are:
72
+
65
73
-**leetcode.com**
66
74
-**leetcode.cn**
67
75
@@ -70,6 +78,7 @@ Thanks for [@yihong0618](https://github.com/yihong0618) provided a workaround wh
70
78
---
71
79
72
80
### Pick a Problem
81
+
73
82
<palign="center">
74
83
<imgsrc="https://raw.githubusercontent.com/LeetCode-OpenSource/vscode-leetcode/master/docs/imgs/pick_problem.png"alt="Pick a Problem" />
75
84
</p>
@@ -86,11 +95,13 @@ Thanks for [@yihong0618](https://github.com/yihong0618) provided a workaround wh
- To manage your LeetCode sessions, just clicking the `LeetCode: ***` at the bottom of the status bar. You can **switch** between sessions or **create**, **delete** a session.
0 commit comments