This commit is contained in:
Christoph Kroczek
2019-12-19 22:12:24 +01:00
parent a8cc57e9a7
commit 9d0837865d
7 changed files with 7 additions and 69 deletions

8
.vscode/launch.json vendored
View File

@@ -4,12 +4,18 @@
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "java",
"name": "CodeLens (Launch) - Main",
"request": "launch",
"mainClass": "Main",
"projectName": "sequential_migration"
},
{
"type": "java",
"name": "Debug (Launch) - Current File",
"request": "launch",
"mainClass": "${file}"
}
]
}