add server connection to vscode config

master
Georges herber 2019-12-27 11:47:02 +01:00 committed by openhabian configurator
parent dc9a10a367
commit ecfbef4441
1 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
{
"openhab.useRestApi": true
"openhab.useRestApi": true,
"openhab.host": "10.2.113.102",
"openhab.port": 8080
}