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
-1
Original file line number
Diff line number
Diff line change
@@ -129,7 +129,6 @@ Thanks for [@yihong0618](https://github.com/yihong0618) provided a workaround wh
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
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
131
|`leetcode.enableStatusBar`| Specify whether the LeetCode status bar will be shown or not. |`true`|
132
-
|**[Deprecated] Use `leetcode.editor.shortcuts` instead**~~`leetcode.enableShortcuts`~~|~~Specify whether the submit and test shortcuts in editor or not.~~|~~`true`~~|
133
132
|`leetcode.editor.shortcuts`| Specify the customized shorcuts in editors. Supported values are: `submit`, `test`, `solution` and `description`. |`["submit, test"]`|
134
133
|`leetcode.enableSideMode`| Specify whether `preview`, `solution` and `submission` tab should be grouped into the second editor column when solving a problem. |`true`|
135
134
|`leetcode.nodePath`| Specify the `Node.js` executable path. for example, C:\Program Files\nodejs\node.exe |`node`|
0 commit comments