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
+2-1
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,7 @@
73
73
- Directly click on the problem or right click the problem in the `LeetCode Explorer` and select `Preview Problem` to see the problem description.
74
74
- Select `Show Problem` to directly open the file with the problem description.
75
75
76
-
> Note: If no folder is opened in VS Code, the extension will save the problem files in **$HOME/.leetcode/**.
76
+
> Note:You can specify the path of the workspace folder to store the problem files by updating the setting `leetcode.workspaceFolder`. The default value is:**$HOME/.leetcode/**.
77
77
78
78
> You can specify whether including the problem description in comments or not by updating the setting `leetcode.showCommentDescription`.
79
79
@@ -121,6 +121,7 @@
121
121
|`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`|`N/A`|
122
122
|`leetcode.useWsl`| Specify whether to use WSL or not |`false`|
123
123
|`leetcode.endpoint`| Specify the active endpoint. Supported endpoints are: `leetcode`, `leetcode-cn`|`leetcode`|
124
+
|`leetcode.workspaceFolder`| Specify the path of the workspace folder to store the problem files. |`${home}/.leetcode`|
124
125
|`leetcode.outputFolder`| Specify the relative path to save the problem files. Besides using customized path, there are also several reserved words which can be used here: <ul><li>`${tag}`: Categorize the problem according to their tags.<li>`${language}`: Categorize the problem according to their language.</li><li>`${difficulty}`: Categorize the problem according to their difficulty.</li></ul>For example: `problem-${tag}-${difficulty}`| N/A |
125
126
|`leetcode.enableStatusBar`| Specify whether the LeetCode status bar will be shown or not. |`true`|
126
127
|**(Deprecated)**`leetcode.enableShortcuts`| Specify whether the submit and test shortcuts in editor or not. |`true`|
0 commit comments