From 821131dbe93c9b2dbce1d59da2f1391c3f703abd Mon Sep 17 00:00:00 2001 From: Julian Pawlowski Date: Thu, 20 Nov 2025 09:30:32 +0000 Subject: [PATCH] fix(devcontainer): add custom_components/tibber_prices to Python analysis include --- .devcontainer/devcontainer.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 9a8461a..846c12a 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -27,7 +27,7 @@ "ms-python.vscode-pylance", "ms-vscode-remote.remote-containers", "redhat.vscode-yaml", - "ryanluker.vscode-coverage-gutters", + "ryanluker.vscode-coverage-gutters" ], "settings": { "editor.tabSize": 4, @@ -39,6 +39,9 @@ "python.analysis.typeCheckingMode": "basic", "python.analysis.autoImportCompletions": true, "python.analysis.diagnosticMode": "workspace", + "python.analysis.include": [ + "custom_components/tibber_prices" + ], "python.analysis.exclude": [ "**/.venv/**", "**/venv/**",