File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1414 " debugger"
1515 ],
1616 "engines" : {
17- "vscode" : " ^1.49 .0"
17+ "vscode" : " ^1.54 .0"
1818 },
1919 "license" : " SEE LICENSE IN LICENSE.txt" ,
2020 "repository" : {
6060 },
6161 {
6262 "command" : " java.debug.runJavaFile" ,
63- "title" : " Run" ,
63+ "title" : " Run with Java Debugger " ,
6464 "icon" : " $(play)"
6565 },
6666 {
6767 "command" : " java.debug.debugJavaFile" ,
68- "title" : " Debug" ,
68+ "title" : " Debug with Java Debugger " ,
6969 "icon" : " $(debug-alt-small)"
7070 },
7171 {
136136 "group" : " javadebug@2"
137137 }
138138 ],
139- "editor/title" : [
139+ "editor/title/run " : [
140140 {
141141 "command" : " java.debug.runJavaFile" ,
142142 "when" : " resourceExtname == .java" ,
143- "group" : " 1_run @10"
143+ "group" : " 1_javadebug @10"
144144 },
145145 {
146146 "command" : " java.debug.debugJavaFile" ,
147147 "when" : " resourceExtname == .java" ,
148- "group" : " 1_run @20"
148+ "group" : " 1_javadebug @20"
149149 }
150150 ],
151151 "debug/toolBar" : [
768768 "@types/mocha" : " ^5.2.7" ,
769769 "@types/node" : " ^14.14.10" ,
770770 "@types/uuid" : " ^8.3.0" ,
771- "@types/vscode" : " 1.49 .0" ,
771+ "@types/vscode" : " 1.54 .0" ,
772772 "cross-env" : " ^5.2.0" ,
773773 "gulp" : " ^4.0.2" ,
774774 "gulp-tslint" : " ^8.1.4" ,
You can’t perform that action at this time.
0 commit comments