File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed
Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 288288 "command" : " java.view.package.renameFile" ,
289289 "title" : " %contributes.commands.java.view.package.renameFile%" ,
290290 "category" : " Java"
291+ },
292+ {
293+ "command" : " java.view.triggerJavaUpgradeTool" ,
294+ "title" : " %contributes.commands.java.view.triggerJavaUpgradeTool%" ,
295+ "category" : " Java"
291296 }
292297 ],
293298 "configuration" : {
10921097 "vscode-extension-telemetry-wrapper" : " ^0.14.0" ,
10931098 "vscode-tas-client" : " ^0.1.75"
10941099 }
1095- }
1100+ }
Original file line number Diff line number Diff line change 2424 "contributes.commands.java.view.package.copyRelativeFilePath" : " Copy Relative Path" ,
2525 "contributes.commands.java.view.package.new" : " New..." ,
2626 "contributes.commands.java.view.package.newJavaClass" : " Class..." ,
27+ "contributes.commands.java.view.triggerJavaUpgradeTool" : " Upgrade dependencies" ,
2728 "contributes.commands.java.view.package.newJavaInterface" : " Interface..." ,
2829 "contributes.commands.java.view.package.newJavaEnum" : " Enum..." ,
2930 "contributes.commands.java.view.package.newJavaRecord" : " Record..." ,
Original file line number Diff line number Diff line change @@ -42,6 +42,8 @@ export namespace Commands {
4242
4343 export const VIEW_PACKAGE_NEW_JAVA_CLASS = "java.view.package.newJavaClass" ;
4444
45+ export const VIEW_TRIGGER_JAVA_UPGRADE_TOOL = "java.view.triggerJavaUpgradeTool" ;
46+
4547 export const VIEW_PACKAGE_NEW_JAVA_INTERFACE = "java.view.package.newJavaInterface" ;
4648
4749 export const VIEW_PACKAGE_NEW_JAVA_ENUM = "java.view.package.newJavaEnum" ;
You can’t perform that action at this time.
0 commit comments