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