11 lines
236 B
JSON
11 lines
236 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"type": "java",
|
|
"name": "Run Tests",
|
|
"request": "launch",
|
|
"mainClass": "com.example.demo.DemoApplicationTest"
|
|
}
|
|
]
|
|
}
|