Skip to content

新增文件名配置格式 #157

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## version 2.12.1

- 配置filePath文件名 增加 ${yyyymmdd}格式
- 配置filePath文件名 增加 ${timestamp}格式

## version 2.11.16

- 修正提交结果页面耗时显示
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
| <font color=red>leetcode-problem-rating.useWsl</font> | 指定是否启用 WSL | `false` |
| <font color=red>leetcode-problem-rating.endpoint</font> | 指定使用的终端,可用终端有:`leetcode`, `leetcode-cn` | <font color=red>leetcode.cn</font> |
| <font color=red>leetcode-problem-rating.workspaceFolder</font> | 指定保存文件的工作区目录 | `""` |
| <font color=red>leetcode-problem-rating.filePath</font> | 指定生成题目文件的相对文件夹路径名和文件名。点击查看[更多详细用法](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)。 | |
| <font color=red>leetcode-problem-rating.filePath</font> | 指定生成题目文件的相对文件夹路径名和文件名。点击查看[更多详细用法](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)。 额外拓展\${yyyymmdd}、${timestamp}格式| |
| <font color=red>leetcode-problem-rating.enableStatusBar</font> | 指定是否在 VS Code 下方显示插件状态栏。 <font color=red>增加周赛分数据</font> | `true` |
| <font color=red>leetcode-problem-rating.editor.shortcuts</font> | 指定在编辑器内所自定义的快捷方式。可用的快捷方式有: `submit`, `test`, `star`, `solution`, `description`, <font color=red>case</font>, <font color=red>allcase</font> 。 | <font color=red>["submit, case, allcase, test, solution"]</font> |
| <font color=red>leetcode-problem-rating.enableSideMode</font> | 指定在解决一道题时,是否将`问题预览`、`高票答案`与`提交结果`窗口集中在编辑器的第二栏。 | `true` |
Expand Down
Loading