mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-16 16:54:04 +02:00
chore(devcontainer): fix Pylance resolution of HA core modules (#1343)
This commit is contained in:
parent
5886eee04c
commit
79973fb71d
1 changed files with 3 additions and 0 deletions
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
|
|
@ -16,5 +16,8 @@
|
||||||
"-p",
|
"-p",
|
||||||
"no:sugar",
|
"no:sugar",
|
||||||
"core/tests/components/adaptive_lighting"
|
"core/tests/components/adaptive_lighting"
|
||||||
|
],
|
||||||
|
"python.analysis.extraPaths": [
|
||||||
|
"${workspaceFolder}/core"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue