Skip to content

Commit e49d8fd

Browse files
committed
Rename launch configuration to "Debug Java Program" for clarity
1 parent 4b1824b commit e49d8fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"configurations": [
33
{
44
"type": "java",
5-
"name": "Launch Java Program",
5+
"name": "Debug Java Program",
66
"request": "launch",
77
"mainClass": "com.example.app.Application",
88
"vmArgs": "--add-modules jdk.httpserver",

0 commit comments

Comments
 (0)