|
124 | 124 | |`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 | 125 | |`leetcode.enableStatusBar`| Specify whether the LeetCode status bar will be shown or not.|`true`|
|
126 | 126 | |**(Deprecated)**`leetcode.enableShortcuts`| Specify whether the submit and test shortcuts in editor or not.|`true`|
|
127 |
| -|`leetcode.editor.shortcuts`| Specify the customized shorcuts in editors|`["submit, test"]`| |
| 127 | +|`leetcode.editor.shortcuts`| Specify the customized shorcuts in editors. Supported values are:`submit`,`test`,`solution` and`description`.|`["submit, test"]`| |
128 | 128 | |`leetcode.enableSideMode`| Specify whether`preview`,`solution` and`submission` tab should be grouped into the second editor column when solving a problem.|`true`|
|
129 | 129 | |`leetcode.nodePath`| Specify the`Node.js` executable path.|`node`|
|
130 | 130 |
|
|