diff --git a/CHANGELOG.md b/CHANGELOG.md index b0ca18f..0040dd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## version 2.17.4 + +- 多语言配置缺少 main.contributes.commands.lcpr.simpleDebug.title + ## version 2.17.3 - 修改插件显示的 README diff --git a/package.json b/package.json index bbe8a2c..58e0290 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-leetcode-problem-rating", "displayName": "LeetCode", "description": "%main.description%", - "version": "2.17.3", + "version": "2.17.4", "author": "ccagml", "publisher": "ccagml", "license": "MIT", diff --git a/package.nls.json b/package.nls.json index c85a743..7e92505 100644 --- a/package.nls.json +++ b/package.nls.json @@ -39,6 +39,7 @@ "main.contributes.commands.lcpr.removeBrickGroup.title": "delete category", "main.contributes.commands.lcpr.removeQidFromGroup.title": "remove this", "main.contributes.commands.lcpr.includeTemplates.title": "insert template", + "main.contributes.commands.lcpr.simpleDebug.title": "simple debug", "main.contributes.viewsContainers.activitybar.lcpr_bar.title": "LCPR", "main.contributes.views.lcpr_bar.QuestionExplorer.name": "Problems", "main.contributes.views.lcpr_bar.BricksExplorer.name": "repeat practice", diff --git a/package.nls.zh-cn.json b/package.nls.zh-cn.json index 84887c3..7c5f804 100644 --- a/package.nls.zh-cn.json +++ b/package.nls.zh-cn.json @@ -39,6 +39,7 @@ "main.contributes.commands.lcpr.removeBrickGroup.title": "移除这个自定义分类", "main.contributes.commands.lcpr.removeQidFromGroup.title": "从分类中移除这个题目", "main.contributes.commands.lcpr.includeTemplates.title": "插入头文件模板", + "main.contributes.commands.lcpr.simpleDebug.title": "简单调试", "main.contributes.viewsContainers.activitybar.lcpr_bar.title": "LCPR", "main.contributes.views.lcpr_bar.QuestionExplorer.name": "题目列表", "main.contributes.views.lcpr_bar.BricksExplorer.name": "搬砖工地",