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
+18
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,15 @@ This extension provides several commands in the Command Palette (F1 or Ctrl + Sh
55
55
-**LeetCode: Submit to LeetCode** - Submit the solution file to LeetCode
56
56
-**LeetCode: Switch endpoint** - Switch the LeetCode endpoint. (LeetCode or LeetCode-cn)
57
57
58
+
## Settings
59
+
| Setting Name | Description | Default Value |
60
+
|---|---|---|
61
+
|`leetcode.hideSolved`| Specify to hide the solved problems or not |`false`|
62
+
|`leetcode.showLocked`| Specify to show the locked problems or not. Only Premium users could open the locked problems |`false`|
63
+
|`leetcode.defaultLanguage`| Specify the default language used to solve the problem. Supported languages are: `bash`, `c`, `cpp`, `csharp`, `golang`, `java`, `javascript`, `kotlin`, `mysql`, `python`,`python3`,`ruby`,`scala`,`swift`|`N/A`|
64
+
|`leetcode.useWsl`| Specify whether to use WSL or not |`false`|
65
+
|`leetcode.endpoint`| Specify the active endpoint. Supported endpoints are: `leetcode`, `leetcode-cn`|`leetcode`|
66
+
58
67
## Known Issues:
59
68
- This extension will infer the current target problem according to the active editing file. Please do not change the file name.
60
69
@@ -116,6 +125,15 @@ Refer to [CHANGELOG](https://github.com/jdneo/vscode-leetcode/blob/master/CHANGE
116
125
-**LeetCode: Submit to LeetCode** - 提交答案到 LeetCode
0 commit comments