mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-10 13:54:04 +02:00
23 lines
585 B
JSON
23 lines
585 B
JSON
{
|
|
"files.associations": {
|
|
"*.yaml": "home-assistant"
|
|
},
|
|
"python.defaultInterpreterPath": "${workspaceFolder}/.venv/bin/python",
|
|
"python.testing.pytestEnabled": true,
|
|
"python.testing.pytestArgs": [
|
|
"-vvv",
|
|
"-qq",
|
|
"--timeout=9",
|
|
"--durations=10",
|
|
"--cov=homeassistant",
|
|
"--cov-report=xml",
|
|
"-o",
|
|
"console_output_style=count",
|
|
"-p",
|
|
"no:sugar",
|
|
"core/tests/components/adaptive_lighting"
|
|
],
|
|
"python.analysis.extraPaths": [
|
|
"${workspaceFolder}/core"
|
|
]
|
|
}
|