mirror of
https://github.com/jpawlowski/hass.tibber_prices.git
synced 2026-03-30 05:13:40 +00:00
fix(devcontainer): add custom_components/tibber_prices to Python analysis include
This commit is contained in:
parent
d6761186f1
commit
821131dbe9
1 changed files with 4 additions and 1 deletions
|
|
@ -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/**",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue