nvim-dap/spec/launch.json
2024-05-31 19:01:17 +02:00

15 lines
283 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"type": "java",
"request": "launch",
"name": "java test"
},
{
"type": "bar",
"request": "attach",
"name": "bar test"
}
]
}