|
500 | 500 | "description": "%java.debugger.snippet.launch.description%", |
501 | 501 | "body": { |
502 | 502 | "type": "java", |
503 | | - "name": "Debug (Launch)", |
| 503 | + "name": "Launch Java Program", |
504 | 504 | "request": "launch", |
505 | 505 | "mainClass": "" |
506 | 506 | } |
|
510 | 510 | "description": "%java.debugger.snippet.launchInExternalTerminal.description%", |
511 | 511 | "body": { |
512 | 512 | "type": "java", |
513 | | - "name": "Debug (Launch) - External Terminal", |
| 513 | + "name": "Launch External Terminal", |
514 | 514 | "request": "launch", |
515 | 515 | "console": "externalTerminal", |
516 | 516 | "mainClass": "" |
|
521 | 521 | "description": "%java.debugger.snippet.launchCurrentFile.description%", |
522 | 522 | "body": { |
523 | 523 | "type": "java", |
524 | | - "name": "Debug (Launch) - Current File", |
| 524 | + "name": "Launch Current File", |
525 | 525 | "request": "launch", |
526 | 526 | "mainClass": "^\"\\${file}\"" |
527 | 527 | } |
|
531 | 531 | "description": "%java.debugger.snippet.launchWithArgumentsPrompt.description%", |
532 | 532 | "body": { |
533 | 533 | "type": "java", |
534 | | - "name": "Debug (Launch) with Arguments Prompt", |
| 534 | + "name": "Launch with Arguments Prompt", |
535 | 535 | "request": "launch", |
536 | 536 | "mainClass": "", |
537 | 537 | "args": "^\"\\${command:SpecifyProgramArgs}\"" |
|
542 | 542 | "description": "%java.debugger.snippet.attach.description%", |
543 | 543 | "body": { |
544 | 544 | "type": "java", |
545 | | - "name": "Debug (Attach)", |
| 545 | + "name": "Attach", |
546 | 546 | "request": "attach", |
547 | 547 | "hostName": "localhost", |
548 | 548 | "port": "<debug port of the debuggee>" |
|
563 | 563 | "description": "%java.debugger.snippet.attachRemote.description%", |
564 | 564 | "body": { |
565 | 565 | "type": "java", |
566 | | - "name": "Debug (Attach) - Remote", |
| 566 | + "name": "Attach to Remote Program", |
567 | 567 | "request": "attach", |
568 | 568 | "hostName": "<The host name or ip address of remote debuggee>", |
569 | 569 | "port": "<debug port of remote debuggee>" |
|
0 commit comments