Skip to content

Commit c70836e

Browse files
committed
多语言配置缺少 simpleDebug.title
1 parent 7f532ea commit c70836e

File tree

4 files changed

+7
-1
lines changed

4 files changed

+7
-1
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.17.4
2+
3+
- 多语言配置缺少 main.contributes.commands.lcpr.simpleDebug.title
4+
15
## version 2.17.3
26

37
- 修改插件显示的 README

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": "%main.description%",
5-
"version": "2.17.3",
5+
"version": "2.17.4",
66
"author": "ccagml",
77
"publisher": "ccagml",
88
"license": "MIT",

package.nls.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"main.contributes.commands.lcpr.removeBrickGroup.title": "delete category",
4040
"main.contributes.commands.lcpr.removeQidFromGroup.title": "remove this",
4141
"main.contributes.commands.lcpr.includeTemplates.title": "insert template",
42+
"main.contributes.commands.lcpr.simpleDebug.title": "simple debug",
4243
"main.contributes.viewsContainers.activitybar.lcpr_bar.title": "LCPR",
4344
"main.contributes.views.lcpr_bar.QuestionExplorer.name": "Problems",
4445
"main.contributes.views.lcpr_bar.BricksExplorer.name": "repeat practice",

package.nls.zh-cn.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"main.contributes.commands.lcpr.removeBrickGroup.title": "移除这个自定义分类",
4040
"main.contributes.commands.lcpr.removeQidFromGroup.title": "从分类中移除这个题目",
4141
"main.contributes.commands.lcpr.includeTemplates.title": "插入头文件模板",
42+
"main.contributes.commands.lcpr.simpleDebug.title": "简单调试",
4243
"main.contributes.viewsContainers.activitybar.lcpr_bar.title": "LCPR",
4344
"main.contributes.views.lcpr_bar.QuestionExplorer.name": "题目列表",
4445
"main.contributes.views.lcpr_bar.BricksExplorer.name": "搬砖工地",

0 commit comments

Comments
 (0)