File tree Expand file tree Collapse file tree 4 files changed +7
-1
lines changed Expand file tree Collapse file tree 4 files changed +7
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## version 2.17.4
2
+
3
+ - 多语言配置缺少 main.contributes.commands.lcpr.simpleDebug.title
4
+
1
5
## version 2.17.3
2
6
3
7
- 修改插件显示的 README
Original file line number Diff line number Diff line change 2
2
"name" : " vscode-leetcode-problem-rating" ,
3
3
"displayName" : " LeetCode" ,
4
4
"description" : " %main.description%" ,
5
- "version" : " 2.17.3 " ,
5
+ "version" : " 2.17.4 " ,
6
6
"author" : " ccagml" ,
7
7
"publisher" : " ccagml" ,
8
8
"license" : " MIT" ,
Original file line number Diff line number Diff line change 39
39
"main.contributes.commands.lcpr.removeBrickGroup.title" : " delete category" ,
40
40
"main.contributes.commands.lcpr.removeQidFromGroup.title" : " remove this" ,
41
41
"main.contributes.commands.lcpr.includeTemplates.title" : " insert template" ,
42
+ "main.contributes.commands.lcpr.simpleDebug.title" : " simple debug" ,
42
43
"main.contributes.viewsContainers.activitybar.lcpr_bar.title" : " LCPR" ,
43
44
"main.contributes.views.lcpr_bar.QuestionExplorer.name" : " Problems" ,
44
45
"main.contributes.views.lcpr_bar.BricksExplorer.name" : " repeat practice" ,
Original file line number Diff line number Diff line change 39
39
"main.contributes.commands.lcpr.removeBrickGroup.title" : " 移除这个自定义分类" ,
40
40
"main.contributes.commands.lcpr.removeQidFromGroup.title" : " 从分类中移除这个题目" ,
41
41
"main.contributes.commands.lcpr.includeTemplates.title" : " 插入头文件模板" ,
42
+ "main.contributes.commands.lcpr.simpleDebug.title" : " 简单调试" ,
42
43
"main.contributes.viewsContainers.activitybar.lcpr_bar.title" : " LCPR" ,
43
44
"main.contributes.views.lcpr_bar.QuestionExplorer.name" : " 题目列表" ,
44
45
"main.contributes.views.lcpr_bar.BricksExplorer.name" : " 搬砖工地" ,
You can’t perform that action at this time.
0 commit comments