Skip to content

Commit 0d6b83c

Browse files
Update vscode/src/commands/debug.ts
Co-authored-by: Siddharth Srinivasan <siddharth.srinivasan@oracle.com>
1 parent 6ee3220 commit 0d6b83c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vscode/src/commands/debug.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ const runDebug = async (noDebug: boolean, testRun: boolean, uri: any, methodName
5353
if (docUri) {
5454
let debugConfig : vscode.DebugConfiguration = {
5555
type: extConstants.COMMAND_PREFIX,
56-
name: `Java ${project ? "Project" : "Single"} ${noDebug ? "" : "Debug"} ${testRun ? "Test" : ""}`,
56+
name: `Java ${project ? "Project" : "Single"} ${testRun ? "Test" : ""} ${noDebug ? "Run" : "Debug"} `,
5757
request: "launch"
5858
};
5959
if (methodName) {

0 commit comments

Comments
 (0)