openhab / openhab-vscode

VS Code extension for openHAB configuration files
https://marketplace.visualstudio.com/items?itemName=openhab.openhab
Eclipse Public License 2.0
159 stars 47 forks source link

Show openHAB icon in statusBar, when extension is active #161

Closed Confectrician closed 4 years ago

Confectrician commented 4 years ago

The activity bar icon is only shown when rest api is active since #154. This makes senses, since activity bar icon is opening the tree view immediately.

An additional icon in the status bar could indicate the activation state of the openhab extension, so users have a feedback that openHAB extension is running, even if they don't have the rest API feature enabled.

Confectrician commented 4 years ago

-> openHAB icon is not possible currently Reference: https://github.com/Microsoft/vscode/issues/72244