mirror of
https://github.com/hassio-addons/addon-vscode.git
synced 2025-05-03 18:51:23 +00:00
Added ESPHome Subfolders to ESPHome Language Association (#512)
Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
parent
3b1171ba55
commit
5ef94785ff
2 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,7 @@ readonly -a PREVIOUS_DEFAULT_CONFIG_HASHES=(
|
|||
5243d7664d30b5aa0c45fbe1089cccdf85c5ade17cddd97e21b3a29ccb37b20d20bdfecc141ad6e1a7aa5ea8ee61695a79a43140a2d53f9f91687bc61f7e496c
|
||||
e5106aaaff5f67a693fd49deb7dd52f1cc0f7ba542b33c99c0099bf58f1a33c789d1c5e3803dea2942540c07c734f3ca317c3cc91673aff388cb79ee7112db0b
|
||||
b28a299111ac74cc9498f76ce2cb437b2cf5e8e7bb9388d9929347e2948bd56591bd499d5de04638553f6e12fa77c53320a046e96cffce9fa4f8c924d5c91581
|
||||
dbe905f0935b2fea8bb5ba379bff78db9d056ea6d0965c68aa9b07938a52cbbf117186452b2b6c766aa4cf93cc3494ad91b763e8500e515e41d8cde31a3821ae
|
||||
)
|
||||
|
||||
if bashio::config.has_value 'config_path'; then
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
"files.associations": {
|
||||
"*.dash": "yaml",
|
||||
"**/esphome/*.yaml": "esphome",
|
||||
"**/esphome/**/*.yaml": "esphome",
|
||||
"*.yaml": "home-assistant"
|
||||
},
|
||||
"files.watcherExclude": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue