fix(devcontainer): add custom_components/tibber_prices to Python analysis include

This commit is contained in:
Julian Pawlowski 2025-11-20 09:30:32 +00:00
parent d6761186f1
commit 821131dbe9

View file

@ -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/**",