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

icons for files : rules, scripts, persistance not shown #198

Closed VWe1 closed 3 years ago

VWe1 commented 4 years ago

Default installed Extension within VS-Code.

Icons for Folder rules is shown but not for files in the Folder. this is true for rules , persistence and scripts

error is in file openhab-icon-theme.json: fileextensions not correctly set ( missing) should be : "fileExtensions": { "html": "_file_html", "png": "_file_icons", "svg": "_file_icons", "items": "_file_items", "cfg": "_file_services", "sitemap": "_file_sitemaps", "rules": "_file_rules", ////MISSING "script": "_file_script", ////MISSING "persist": "_file_persist", ////MISSING "mp3": "_file_sounds", "things": "_file_things", "map": "_file_transform", "scale": "_file_transform" },

and at filedefiniton is for fileextension persistence, while the fodler Name is persistence and the filextension is "persist"

Confectrician commented 4 years ago

Thanks for reporting and finding the solution right away. :)

VWe1 commented 4 years ago

Thanks for reporting and finding the solution right away. :)

your welcome. :-)

Confectrician commented 3 years ago

Already fixed in #205