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
+13-3
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,9 +33,10 @@ 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.
38
40
39
41
## Quick Start
40
42
@@ -43,6 +45,7 @@ Thanks for [@yihong0618](https://github.com/yihong0618) provided a workaround wh
- By clicking the button  at the **explorer's navigation bar**, you can switch between different endpoints.
63
68
64
69
- The supported endpoints are:
70
+
65
71
-**leetcode.com**
66
72
-**leetcode.cn**
67
73
@@ -70,6 +76,7 @@ Thanks for [@yihong0618](https://github.com/yihong0618) provided a workaround wh
70
76
---
71
77
72
78
### Pick a Problem
79
+
73
80
<palign="center">
74
81
<imgsrc="https://raw.githubusercontent.com/LeetCode-OpenSource/vscode-leetcode/master/docs/imgs/pick_problem.png"alt="Pick a Problem" />
75
82
</p>
@@ -86,11 +93,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.
|`leetcode.hideSolved`| Specify to hide the solved problems or not |`false`|
126
-
|`leetcode.showLocked`| Specify to show the locked problems or not. Only Premium users could open the locked problems |`false`|
127
136
|`leetcode.defaultLanguage`| Specify the default language used to solve the problem. Supported languages are: `bash`, `c`, `cpp`, `csharp`, `golang`, `java`, `javascript`, `kotlin`, `mysql`, `php`, `python`,`python3`,`ruby`,`rust`, `scala`, `swift`, `typescript`|`N/A`|
128
137
|`leetcode.useWsl`| Specify whether to use WSL or not |`false`|
129
138
|`leetcode.endpoint`| Specify the active endpoint. Supported endpoints are: `leetcode`, `leetcode-cn`|`leetcode`|
@@ -137,6 +146,7 @@ Thanks for [@yihong0618](https://github.com/yihong0618) provided a workaround wh
137
146
|`leetcode.useEndpointTranslation`| Use endpoint's translation (if available) |`true`|
138
147
|`leetcode.colorizeProblems`| Add difficulty badge and colorize problems files in explorer tree |`true`|
139
148
|`leetcode.problems.sortStrategy`| Specify sorting strategy for problems list |`None`|
149
+
|`leetcode.allowReportData`| Allow LeetCode to report anonymous usage data to improve the product. list |`true`|
0 commit comments