Add VSCode settings for YAML file association with ESPHome

This commit is contained in:
2025-02-04 06:48:41 +01:00
parent 1623f3afdf
commit 97a5eae2d8
+5
View File
@@ -0,0 +1,5 @@
{
"files.associations": {
"*.yaml": "esphome"
}
}