From 922ba0f5b8c593af8b292e3b2bd7a77844bd743c Mon Sep 17 00:00:00 2001 From: Mark Roberts Date: Sun, 20 Oct 2024 20:42:14 +0100 Subject: [PATCH] Update settings.json --- .vscode/settings.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 92179e5592..a9e979a5c5 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -12,7 +12,4 @@ "python.testing.pytestEnabled": true, "pylint.importStrategy": "fromEnvironment", "python.linting.lintOnSave": true, - "files.associations": { - "*.yaml": "home-assistant" - }, }