Rename 'runJavaFile' and 'debugJavaFile' commands (#960)

Signed-off-by: Sheng Chen <sheche@microsoft.com>
This commit is contained in:
Sheng Chen 2021-03-11 16:15:06 +08:00 committed by GitHub
parent f7dc675995
commit 5d5e4c4094
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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)"
},
{