ALGUE1/.vscode/launch.json

11 lines
234 B
JSON
Raw Permalink Normal View History

2019-04-22 15:24:13 +00:00
{
"configurations": [
{
"type": "java",
"name": "CodeLens (Launch) - App",
"request": "launch",
"mainClass": "app.App",
"projectName": "algueb1"
}
]
}