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-python.vscode-pylance",
"ms-vscode-remote.remote-containers", "ms-vscode-remote.remote-containers",
"redhat.vscode-yaml", "redhat.vscode-yaml",
"ryanluker.vscode-coverage-gutters", "ryanluker.vscode-coverage-gutters"
], ],
"settings": { "settings": {
"editor.tabSize": 4, "editor.tabSize": 4,
@ -39,6 +39,9 @@
"python.analysis.typeCheckingMode": "basic", "python.analysis.typeCheckingMode": "basic",
"python.analysis.autoImportCompletions": true, "python.analysis.autoImportCompletions": true,
"python.analysis.diagnosticMode": "workspace", "python.analysis.diagnosticMode": "workspace",
"python.analysis.include": [
"custom_components/tibber_prices"
],
"python.analysis.exclude": [ "python.analysis.exclude": [
"**/.venv/**", "**/.venv/**",
"**/venv/**", "**/venv/**",