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

Added basic extensions.json file #101

Closed Confectrician closed 6 years ago

Confectrician commented 6 years ago

Fixes #94

@kubawolanin can you give me the correct identifier for the tree-view extension? I can add it to the json file then.

Signed-off-by: Jerome Luckenbach github@luckenba.ch

kubawolanin commented 6 years ago

Sure thing, I believe it's DaGhostman.vs-treeview. Marketplace: https://marketplace.visualstudio.com/items?itemName=DaGhostman.vs-treeview GitHub: https://github.com/DaGhostman/vscode-tree-view

Confectrician commented 6 years ago

Then i already got the right one but wasn't sure. Tree view is a very common term and gets many results in the extension search.

We could add a line about recommended addons in the readme file when #100 is done.