|
118 | 118 | |`leetcode.useWsl`| Specify whether to use WSL or not|`false`|
|
119 | 119 | |`leetcode.endpoint`| Specify the active endpoint. Supported endpoints are:`leetcode`,`leetcode-cn`|`leetcode`|
|
120 | 120 | |`leetcode.workspaceFolder`| Specify the path of the workspace folder to store the problem files.|`""`|
|
121 |
| -|`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| |
| 121 | +|`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).|| |
| 122 | +|**[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~~| |
122 | 123 | |`leetcode.enableStatusBar`| Specify whether the LeetCode status bar will be shown or not.|`true`|
|
123 |
| -|**(Deprecated)**`leetcode.enableShortcuts`| Specify whether the submit and test shortcuts in editor or not.|`true`| |
| 124 | +|**[Deprecated] Use`leetcode.editor.shortcuts` instead**~~`leetcode.enableShortcuts`~~|~~Specify whether the submit and test shortcuts in editor or not.~~|~~`true`~~| |
124 | 125 | |`leetcode.editor.shortcuts`| Specify the customized shorcuts in editors. Supported values are:`submit`,`test`,`solution` and`description`.|`["submit, test"]`|
|
125 | 126 | |`leetcode.enableSideMode`| Specify whether`preview`,`solution` and`submission` tab should be grouped into the second editor column when solving a problem.|`true`|
|
126 | 127 | |`leetcode.nodePath`| Specify the`Node.js` executable path. for example, C:\Program Files\nodejs\node.exe|`node`|
|
|