Improved Visual Studio Code support
This commit is contained in:
parent
01dea98421
commit
4e56d3dad2
2 changed files with 9 additions and 7 deletions
6
.vscode/launch.json
vendored
6
.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