From 97a5eae2d8f7a63c2f38a5b2c15cd6d03376d3c3 Mon Sep 17 00:00:00 2001 From: ZareMate <0.zaremate@gmail.com> Date: Tue, 4 Feb 2025 06:48:41 +0100 Subject: [PATCH] Add VSCode settings for YAML file association with ESPHome --- .vscode/settings.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..a68b3cc --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,5 @@ +{ + "files.associations": { + "*.yaml": "esphome" + } +} \ No newline at end of file