Initial commit
This commit is contained in:
13
OpenHab/org.openhab.binding.meycan/.vscode/launch.json
vendored
Normal file
13
OpenHab/org.openhab.binding.meycan/.vscode/launch.json
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"type": "java",
|
||||
"name": "Debug (Attach) - openHAB",
|
||||
"request": "attach",
|
||||
"hostName": "localhost",
|
||||
"port": 5005,
|
||||
"preLaunchTask": "Build"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user