openHAB VS Code Extension 0.4.0
Pre-release
Pre-release
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:
- Download
openhab-0.4.0.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.4.0.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! ;-)