add launch config to immediately run the code
This commit is contained in:
11
.vscode/launch.json
vendored
Normal file
11
.vscode/launch.json
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"configurations": [
|
||||
{
|
||||
"type": "java",
|
||||
"name": "CodeLens (Launch) - Klang",
|
||||
"request": "launch",
|
||||
"mainClass": "de.hsrm.compiler.Klang.Klang",
|
||||
"projectName": "klang"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user