Files
info.linkwitz.ha_pcb/OpenHab/org.openhab.binding.meycan/.vscode/launch.json
Martin Linkwitz - NUC c7adbcd1c7 Initial commit
2026-04-04 12:43:12 +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"
}
]
}