mirror of
https://github.com/hassio-addons/addon-vscode.git
synced 2025-05-03 18:51:23 +00:00
Assign ESPHome files to the ESPHome extension (#211)
This commit is contained in:
parent
a9323fe970
commit
32731bb655
2 changed files with 2 additions and 1 deletions
|
@ -16,6 +16,7 @@ readonly -a PREVIOUS_DEFAULT_CONFIG_HASHES=(
|
|||
c5b8acf06ef6d9a2435e9ddb92cb9fce7cfbfe4a2206b0e0c3c4ed514cc926f8d3c662e694a995d102b5ba939056f93201c220558e06e1cd0872bfb1995ba148
|
||||
08d86c84a0d80720b22712e878963e90cbb34b659330dad8a823f3c5c7f0ae043d197a5e3020dd7ab4fda3625e17f794675ec074984951e7107db2488898a8d0
|
||||
5243d7664d30b5aa0c45fbe1089cccdf85c5ade17cddd97e21b3a29ccb37b20d20bdfecc141ad6e1a7aa5ea8ee61695a79a43140a2d53f9f91687bc61f7e496c
|
||||
e5106aaaff5f67a693fd49deb7dd52f1cc0f7ba542b33c99c0099bf58f1a33c789d1c5e3803dea2942540c07c734f3ca317c3cc91673aff388cb79ee7112db0b
|
||||
)
|
||||
|
||||
if bashio::config.has_value 'config_path'; then
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"files.associations": {
|
||||
"*.dash": "yaml",
|
||||
"**/esphome/*.yaml": "yaml",
|
||||
"**/esphome/*.yaml": "esphome",
|
||||
"*.yaml": "home-assistant"
|
||||
},
|
||||
"files.watcherExclude": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue