Improved Visual Studio Code support
This commit is contained in:
parent
36beda3fb3
commit
4b9ab05cff
4 changed files with 22 additions and 11 deletions
8
examples/.vscode/launch.json
vendored
8
examples/.vscode/launch.json
vendored
|
@ -5,7 +5,11 @@
|
|||
"type": "java",
|
||||
"name": "Run Tests",
|
||||
"request": "launch",
|
||||
"mainClass": "com.example.ExampleTest"
|
||||
"mainClass": "com.example.ExampleBuild",
|
||||
"args": [
|
||||
"compile",
|
||||
"test"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue