Skip to content

Commit 3b827d4

Browse files
authored
Merge pull request #1 from hummingg/patch-1
v0.18.2
2 parents d216de3 + 6648932 commit 3b827d4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/README_zh-CN.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -130,11 +130,12 @@
130130
| `leetcode.workspaceFolder` | 指定保存文件的工作区目录 | `""` |
131131
| `leetcode.filePath` | 指定生成题目文件的相对文件夹路径名和文件名。点击查看[更多详细用法](https://github.com/LeetCode-OpenSource/vscode-leetcode/wiki/%E8%87%AA%E5%AE%9A%E4%B9%89%E9%A2%98%E7%9B%AE%E6%96%87%E4%BB%B6%E7%9A%84%E7%9B%B8%E5%AF%B9%E6%96%87%E4%BB%B6%E5%A4%B9%E8%B7%AF%E5%BE%84%E5%92%8C%E6%96%87%E4%BB%B6%E5%90%8D)| |
132132
| `leetcode.enableStatusBar` | 指定是否在 VS Code 下方显示插件状态栏。 | `true` |
133-
| `leetcode.editor.shortcuts` | 指定在编辑器内所自定义的快捷方式。可用的快捷方式有: `submit`, `test`, `star`, `solution`, `description`| `["submit, test"]` |
133+
| `leetcode.editor.shortcuts` | 指定在编辑器内所自定义的快捷方式,包括数量和顺序。可用的快捷方式有: `submit`, `test`, `star`, `solution`, `description`| `["submit, test"]` |
134134
| `leetcode.enableSideMode` | 指定在解决一道题时,是否将`问题预览``高票答案``提交结果`窗口集中在编辑器的第二栏。 | `true` |
135135
| `leetcode.nodePath` | 指定 `Node.js` 可执行文件的路径。如:C:\Program Files\nodejs\node.exe | `node` |
136136
| `leetcode.showCommentDescription` | 指定是否要在注释中显示题干。 | `false` |
137137
| `leetcode.useEndpointTranslation` | 是否显示翻译版本内容。 | `true` |
138+
| `leetcode.prompt.confirmSubmit` | 提交代码时二次确认的提示。默认为`""`,即不提示。 | `""` |
138139

139140
## 需要帮助?
140141
在遇到任何问题时,可以先查看一下[疑难解答](https://github.com/LeetCode-OpenSource/vscode-leetcode/wiki/%E7%96%91%E9%9A%BE%E8%A7%A3%E7%AD%94)以及[常见问题](https://github.com/LeetCode-OpenSource/vscode-leetcode/wiki/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98)寻求帮助。

0 commit comments

Comments
 (0)