Improved Visual Studio Code support
This commit is contained in:
parent
1e23f03f46
commit
f017dce3d9
4 changed files with 23 additions and 12 deletions
5
examples/.vscode/launch.json
vendored
5
examples/.vscode/launch.json
vendored
|
@ -5,7 +5,10 @@
|
|||
"type": "java",
|
||||
"name": "Run Tests",
|
||||
"request": "launch",
|
||||
"mainClass": "com.example.ExamplesTest"
|
||||
"mainClass": "com.example.ExamplesBuild",
|
||||
"args": [
|
||||
"compile", "test"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue