8000 v0.18.2 · hummingg/vscode-leetcode@d216de3 · GitHub
[go: up one dir, main page]

Skip to content

Commit d216de3

Browse files
authored
v0.18.2
number and order of shortcuts.
1 parent 8e4649e commit d216de3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Thanks for [@yihong0618](https://github.com/yihong0618) provided a workaround wh
130130
| `leetcode.workspaceFolder` | Specify the path of the workspace folder to store the problem files. | `""` |
131131
| `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/LeetCode-OpenSource/vscode-leetcode/wiki/Customize-the-Relative-Folder-and-the-File-Name-of-the-Problem-File). | |
132132
| `leetcode.enableStatusBar` | Specify whether the LeetCode status bar will be shown or not. | `true` |
133-
| `leetcode.editor.shortcuts` | Specify the customized shortcuts in editors. Supported values are: `submit`, `test`, `star`, `solution` and `description`. | `["submit, test"]` |
133+
| `leetcode.editor.shortcuts` | Specify the customized shortcuts in editors, both number and order. Supported values are: `submit`, `test`, `star`, `solution` and `description`. | `["submit, test"]` |
134134
| `leetcode.enableSideMode` | Specify whether `preview`, `solution` and `submission` tab should be grouped into the second editor column when solving a problem. | `true` |
135135
| `leetcode.nodePath` | Specify the `Node.js` executable path. for example, C:\Program Files\nodejs\node.exe | `node` |
136136
| `leetcode.showCommentDescription` | Specify whether to include the problem description in the comments | `false` |

0 commit comments

Comments
 (0)
0