Skip to content

Commit d5042c3

Browse files
authored
Merge pull request #82 from ccagml/main
2.10.2
2 parents 37a150a + 49113f9 commit d5042c3

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## version 2.10.1
2+
3+
- 隐藏测试 api 选项
4+
15
## version 2.9.1
26

37
- 增加中文题解

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-leetcode-problem-rating",
33
"displayName": "LeetCode",
44
"description": "LeetCode 官方插件增强, 代码开源, 增加 LeetCode 题目难度分, 给个star吧, 球球了",
5-
"version": "2.9.1",
5+
"version": "2.10.1",
66
"author": "ccagml",
77
"publisher": "ccagml",
88
"license": "MIT",

src/controller/TreeViewController.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -560,12 +560,12 @@ class TreeViewController implements Disposable {
560560
label: `周赛期数查询`,
561561
detail: `周赛期数查询`,
562562
value: `contest`,
563-
},
564-
{
565-
label: `测试api`,
566-
detail: `测试api`,
567-
value: `testapi`,
568563
}
564+
// {
565+
// label: `测试api`,
566+
// detail: `测试api`,
567+
// value: `testapi`,
568+
// }
569569
// ,
570570
// {
571571
// label: `每日一题`,

0 commit comments

Comments
 (0)