15 lines
311 B
JSON
15 lines
311 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"type": "java",
|
|
"name": "Run Tests",
|
|
"request": "launch",
|
|
"mainClass": "com.example.ExampleBuild",
|
|
"args": [
|
|
"compile",
|
|
"test"
|
|
]
|
|
}
|
|
]
|
|
}
|