add launch config to immediately run the code

This commit is contained in:
2019-10-28 22:11:39 +01:00
parent 4e15cdb49e
commit ea248733d0

11
.vscode/launch.json vendored Normal file
View File

@@ -0,0 +1,11 @@
{
"configurations": [
{
"type": "java",
"name": "CodeLens (Launch) - Klang",
"request": "launch",
"mainClass": "de.hsrm.compiler.Klang.Klang",
"projectName": "klang"
}
]
}