Skip to content

fix test #47

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 1 commit into from
Nov 2, 2022
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
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## version 1.1.7
- Windows环境使用VsCode自带node环境,测试用例解析问题

## version 1.1.6
- 尝试不需要安装node环境

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
| <font color=red>leetcode-problem-rating.pickOneByRankRangeMin</font> | 随机一题的最小浮动,随机一题最低分(你的竞赛分+本配置)。 | <font color=red>50</font> |
| <font color=red>leetcode-problem-rating.pickOneByRankRangeMax</font> | 随机一题的最大浮动,随机一题最高分(你的竞赛分+本配置)。 | <font color=red>150</font> |
| <font color=red>leetcode-problem-rating.hideScore</font> | 隐藏分数相关的题目。Score:隐藏有分数的题目, NoScore:隐藏没有分数的题目, ScoreRange:隐藏分数范围外的题目 | <font color=red>None</font> |
| <font color=red>leetcode-problem-rating.useVscodeNode</font> | 默认情况下使用VsCode自带Node环境,不需要额外安装Node环境 | <font color=red>true</font> |



Expand Down
Loading