openHAB VS Code Extension 0.5.1
Pre-release
Pre-release
Way to long time since the last release...
What's new
- Added local LSP server (#122)
- Fixed sorting order in items explorer (#125)
- removed settings param 'restCompletions'
- renamed settings param 'lspEnabled' to 'remoteLspEnabled'
- renamed settings param 'lspPort' to 'remoteLspPort'
- added settings param 'itemCasing' to allow for Item format configuration (#133)
- removed reference to library 'underscore.string' (#133)
Installation
This extension is available on the Visual Studio Marketplace -> https://marketplace.visualstudio.com/items?itemName=openhab.openhab
You can also install it manually:
- Download
openhab-0.5.1.vsix
on your hard drive - Open command line in the same folder you downloaded the extension
- Type the following command:
code --install-extension openhab-0.5.1.vsix
This version will override the previous one.
- Open Visual Studio Code
- Open openhab configuration (
openHAB-conf
) folder as your workspace - Open user settings (
Ctrl/Cmd + Shift + S
) and set"openhab.host"
to your openHAB IP address - Enjoy! ;-)