Skip to content

openHAB VS Code Extension 0.5.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@Confectrician Confectrician released this 19 May 14:03

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:

  1. Download openhab-0.5.1.vsix on your hard drive
  2. Open command line in the same folder you downloaded the extension
  3. Type the following command:
code --install-extension openhab-0.5.1.vsix

This version will override the previous one.

  1. Open Visual Studio Code
  2. Open openhab configuration (openHAB-conf) folder as your workspace
  3. Open user settings (Ctrl/Cmd + Shift + S) and set "openhab.host" to your openHAB IP address
  4. Enjoy! ;-)