Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8d8f9ac

Browse files
authored
docs: Update the document for new setting (LeetCode-OpenSource#413)
1 parent2d4266f commit8d8f9ac

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

‎ACKNOWLEDGEMENTS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ A big thanks to the following individuals for contributing:
1515
-[@xuzaixian](https://github.com/xuzaixian)[contributions](https://github.com/jdneo/vscode-leetcode/commits?author=xuzaixian)
1616
-[@ZainChen](https://github.com/ZainChen)[contributions](https://github.com/jdneo/vscode-leetcode/commits?author=ZainChen)
1717
-[@houtianze](https://github.com/houtianze)[contributions](https://github.com/jdneo/vscode-leetcode/commits?author=houtianze)
18+
-[@magic-akari](https://github.com/magic-akari) -[contributions](https://github.com/jdneo/vscode-leetcode/commits?author=magic-akari)
19+
-[@SF-Zhou](https://github.com/SF-Zhou) -[contributions](https://github.com/jdneo/vscode-leetcode/commits?author=SF-Zhou)

‎README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,10 @@
118118
|`leetcode.useWsl`| Specify whether to use WSL or not|`false`|
119119
|`leetcode.endpoint`| Specify the active endpoint. Supported endpoints are:`leetcode`,`leetcode-cn`|`leetcode`|
120120
|`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~~|
122123
|`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`~~|
124125
|`leetcode.editor.shortcuts`| Specify the customized shorcuts in editors. Supported values are:`submit`,`test`,`solution` and`description`.|`["submit, test"]`|
125126
|`leetcode.enableSideMode`| Specify whether`preview`,`solution` and`submission` tab should be grouped into the second editor column when solving a problem.|`true`|
126127
|`leetcode.nodePath`| Specify the`Node.js` executable path. for example, C:\Program Files\nodejs\node.exe|`node`|

‎docs/README_zh-CN.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,10 @@
118118
|`leetcode.useWsl`| 指定是否启用 WSL|`false`|
119119
|`leetcode.endpoint`| 指定使用的终端,可用终端有:`leetcode`,`leetcode-cn`|`leetcode`|
120120
|`leetcode.workspaceFolder`| 指定保存文件的工作区目录|`""`|
121-
|`leetcode.outputFolder`| 指定保存文件时所用的相对文件夹路径。除了用户自定义路径外,也可以使用保留项,包括:<ul><li>`${tag}`: 根据题目的类别进行分类。<li>`${language}`: 根据题目的语言进行分类。</li><li>`${difficulty}`: 根据题目的难度进行分类。</li></ul>例如:`problem-${tag}-${difficulty}`| N/A|
121+
|`leetcode.filePath`| 指定生成题目文件的相对文件夹路径名和文件名。点击查看[更多详细用法](https://github.com/jdneo/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)||
122+
|**[Deprecated] 请使用`leetcode.filePath`**~~`leetcode.outputFolder`~~|~~指定保存文件时所用的相对文件夹路径。除了用户自定义路径外,也可以使用保留项,包括:<ul><li>`${tag}`: 根据题目的类别进行分类。<li>`${language}`: 根据题目的语言进行分类。</li><li>`${difficulty}`: 根据题目的难度进行分类。</li></ul>例如:`problem-${tag}-${difficulty}`~~|~~N/A~~|
122123
|`leetcode.enableStatusBar`| 指定是否在 VS Code 下方显示插件状态栏。|`true`|
123-
|**(Deprecated)**`leetcode.enableShortcuts`| 指定是否在 VS Code 编辑文件下方显示提交和测试的快捷按钮。|`true`|
124+
|**[Deprecated] 请使用`leetcode.editor.shortcuts`**~~`leetcode.enableShortcuts`~~|~~指定是否在 VS Code 编辑文件下方显示提交和测试的快捷按钮。~~|~~`true`~~|
124125
|`leetcode.editor.shortcuts`| 指定在编辑器内所自定义的快捷方式。可用的快捷方式有:`submit`,`test`,`solution`,`description`|`["submit, test"]`|
125126
|`leetcode.enableSideMode`| 指定在解决一道题时,是否将`问题预览``高票答案``提交结果`窗口集中在编辑器的第二栏。|`true`|
126127
|`leetcode.nodePath`| 指定`Node.js` 可执行文件的路径。如:C:\Program Files\nodejs\node.exe|`node`|

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp