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
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -127,7 +127,6 @@ Thanks for [@yihong0618](https://github.com/yihong0618) provided a workaround wh
127
127
|`leetcode.endpoint`| Specify the active endpoint. Supported endpoints are: `leetcode`, `leetcode-cn`|`leetcode`|
128
128
|`leetcode.workspaceFolder`| Specify the path of the workspace folder to store the problem files. |`""`|
129
129
|`leetcode.filePath`| Specify the relative path under the workspace and the file name to save the problem files. More details can be found [here](https://github.com/jdneo/vscode-leetcode/wiki/Customize-the-Relative-Folder-and-the-File-Name-of-the-Problem-File). ||
130
-
|**[Deprecated] Use `leetcode.filePath` instead**~~`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~~|
131
130
|`leetcode.enableStatusBar`| Specify whether the LeetCode status bar will be shown or not. |`true`|
132
131
|`leetcode.editor.shortcuts`| Specify the customized shorcuts in editors. Supported values are: `submit`, `test`, `solution` and `description`. |`["submit, test"]`|
133
132
|`leetcode.enableSideMode`| Specify whether `preview`, `solution` and `submission` tab should be grouped into the second editor column when solving a problem. |`true`|
0 commit comments