Rename 'runJavaFile' and 'debugJavaFile' commands (#960)
Signed-off-by: Sheng Chen <sheche@microsoft.com>
This commit is contained in:
parent
f7dc675995
commit
5d5e4c4094
|
@ -60,12 +60,12 @@
|
|||
},
|
||||
{
|
||||
"command": "java.debug.runJavaFile",
|
||||
"title": "Run with Java Debugger",
|
||||
"title": "Run Java",
|
||||
"icon": "$(play)"
|
||||
},
|
||||
{
|
||||
"command": "java.debug.debugJavaFile",
|
||||
"title": "Debug with Java Debugger",
|
||||
"title": "Debug Java",
|
||||
"icon": "$(debug-alt-small)"
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue