Add VSCode settings for YAML file association with ESPHome
CI / YAML lint (push) Has been cancelled
CI / ESPHome config validation (push) Has been cancelled

This commit is contained in:
2026-05-10 21:17:30 +02:00
parent 4237c7c4ce
commit 252c4c3f22
+5
View File
@@ -0,0 +1,5 @@
{
"files.associations": {
"*.yaml": "esphome"
}
}