-
Platform information:
- Hardware:Rpi/PC
- OS: Openhabian/Ubuntu/Windows
- openHAB version: 2.5M3
-
Issue of the topic:
I followed the Configuration Guide of the usage of Visual Studio Code and OpenHAB. The problem is that auto-completion won’t work and I get an error VSC:[Error - 10:51:01] Connection to server is erroring. Shutting down server.
-
Please post configurations (if applicable):
Settings.conf (VSC):
{
"openhab.host": "192.168.3.10",
"openhab.karafCommand": "ssh openhab@192.168.3.10 -p 8101 -t 'log:tail'",
"openhab.restCompletions": true,
"openhab.remoteLspPort": 5007,
"openhab.remoteLspEnabled": true
}
Items and groups are accesible with CTRL-SPACE
, but methods aren’t. Eg if I write now.plus
and use CTRL-SPACE
I won’t get the methods of now
that begins with plus, only my items.
Where have I made a mistake?