From 6cc7c16b6687a9a82344addd32756ad9f7457ddc Mon Sep 17 00:00:00 2001 From: Danieldotnl Date: Thu, 10 Jun 2021 09:55:05 +0000 Subject: [PATCH] Treat yaml as yaml in vscode --- .vscode/settings.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 1a72ff46..527a3517 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,8 +1,8 @@ { "python.linting.pylintEnabled": true, "python.linting.enabled": true, - "python.pythonPath": "/usr/bin/python3", - "files.associations": { - "*.yaml": "home-assistant" - } + "python.pythonPath": "/usr/bin/python3" + // "files.associations": { + // "*.yaml": "home-assistant" + // } }