ALGUE1/.vscode/launch.json
2019-04-22 17:24:13 +02:00

11 lines
No EOL
234 B
JSON

{
"configurations": [
{
"type": "java",
"name": "CodeLens (Launch) - App",
"request": "launch",
"mainClass": "app.App",
"projectName": "algueb1"
}
]
}