Skip to content

openHAB VS Code Extension 0.4.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@kubawolanin kubawolanin released this 27 Jul 19:53
908e169

What's new

REST Configuration fix #68
[Type Conversions]Several small fixes #72
Fixing file extension checks. #76
Initial snippet file refactoring. #77
add autocompletion itemtypes in items #90
some snippet improvements #91
Update documentation links #96
Added basic extensions.json file #101
Add units of measurement #103
Open Sitemap directly #104
Corrected electric Potential #105
Remove the unused imports #106
Move openHAB tree views to a ViewContainer #107

Big thanks to all Contributors, especially to @Confectrician! 🎉

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.4.0.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.4.0.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! ;-)