Skip to content

多语言配置缺少 simpleDebug.title #191

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
Feb 18, 2023
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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## version 2.17.4

- 多语言配置缺少 main.contributes.commands.lcpr.simpleDebug.title

## version 2.17.3

- 修改插件显示的 README
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions package.nls.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions package.nls.zh-cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "搬砖工地",
Expand Down