chore(devcontainer): fix Pylance resolution of HA core modules (#1343)

This commit is contained in:
Mario Guggenberger 2025-12-12 22:38:35 +01:00 committed by GitHub
commit 79973fb71d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,5 +16,8 @@
"-p",
"no:sugar",
"core/tests/components/adaptive_lighting"
],
"python.analysis.extraPaths": [
"${workspaceFolder}/core"
]
}