24 lines
No EOL
660 B
JSON
24 lines
No EOL
660 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"type": "java",
|
|
"name": "CodeLens (Launch) - App",
|
|
"request": "launch",
|
|
"mainClass": "app.App"
|
|
},
|
|
{
|
|
"type": "java",
|
|
"name": "CodeLens (Launch) - App",
|
|
"request": "launch",
|
|
"mainClass": "app.App",
|
|
"projectName": "de.hhn.ai.prog2.blatt1.exceptions"
|
|
},
|
|
{
|
|
"type": "java",
|
|
"name": "CodeLens (Launch) - App",
|
|
"request": "launch",
|
|
"mainClass": "app.App",
|
|
"projectName": "de.hhn.ai.prog2.blatt1.mathematikaufgaben"
|
|
}
|
|
]
|
|
} |