Files
Martin Linkwitz - NUC ae80aacfa9 Initial commit
2026-04-02 14:25:39 +02:00

13 lines
298 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"type": "java",
"name": "Debug (Attach) - openHAB",
"request": "attach",
"hostName": "localhost",
"port": 5005,
"preLaunchTask": "Build"
}
]
}