Skip to content
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

fix: Change the explorer name #796

Merged
merged 2 commits into from
Sep 6, 2019
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"test": [
{
"id": "testExplorer",
"name": "%contributes.views.explorer.testExplorer.name%"
"name": "Java"
}
]
},
Expand Down
1 change: 0 additions & 1 deletion package.nls.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"description": "Run and debug JUnit or TestNG test cases",
"contributes.views.explorer.testExplorer.name": "Test Explorer",
"contributes.commands.java.test.show.output.title": "Show Test Output",
"contributes.commands.java.test.open.log.title": "Open Test Runner Log",
"contributes.commands.java.test.explorer.run.title": "Run Test",
Expand Down
1 change: 0 additions & 1 deletion package.nls.zh.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"description": "运行并调试 JUnit 或 TestNG 测试用例",
"contributes.views.explorer.testExplorer.name": "测试管理器",
"contributes.commands.java.test.show.output.title": "显示测试输出",
"contributes.commands.java.test.open.log.title": "打开测试运行日志",
"contributes.commands.java.test.explorer.run.title": "运行测试用例",
Expand Down