Skip to content

Commit 5d5e4c4

Browse files
authored
Rename 'runJavaFile' and 'debugJavaFile' commands (#960)
Signed-off-by: Sheng Chen <[email protected]>
1 parent f7dc675 commit 5d5e4c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,12 @@
6060
},
6161
{
6262
"command": "java.debug.runJavaFile",
63-
"title": "Run with Java Debugger",
63+
"title": "Run Java",
6464
"icon": "$(play)"
6565
},
6666
{
6767
"command": "java.debug.debugJavaFile",
68-
"title": "Debug with Java Debugger",
68+
"title": "Debug Java",
6969
"icon": "$(debug-alt-small)"
7070
},
7171
{

0 commit comments

Comments
 (0)