Skip to content
Merged
Changes from 1 commit
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: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"explorer"
],
"engines": {
"vscode": "^1.49.0"
"vscode": "^1.50.0"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -117,7 +117,7 @@
"command": "java.view.package.exportJar",
"title": "%contributes.commands.java.view.package.exportJar%",
"category": "Java",
"icon": "$(arrow-down)"
"icon": "$(export)"
},
{
"command": "java.view.package.copyFilePath",
Expand Down