2019-04-23 09:56:43 +00:00
|
|
|
{
|
|
|
|
"configurations": [
|
2019-04-23 11:06:55 +00:00
|
|
|
{
|
|
|
|
"type": "java",
|
|
|
|
"name": "CodeLens (Launch) - App",
|
|
|
|
"request": "launch",
|
|
|
|
"mainClass": "app.App"
|
|
|
|
},
|
2019-04-23 09:56:43 +00:00
|
|
|
{
|
|
|
|
"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"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|