Files
versatile_thermostat/.vscode/settings.json
Jean-Marc Collin d5c5869276 Update settings
2024-07-17 06:50:01 +00:00

18 lines
603 B
JSON

{
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter",
"editor.formatOnSave": true,
"editor.formatOnSaveMode": "modifications"
},
"files.associations": {
"*.yaml": "home-assistant"
},
"python.testing.pytestArgs": [],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"python.analysis.extraPaths": [
// "/home/vscode/core",
"/workspaces/versatile_thermostat/custom_components/versatile_thermostat",
"/home/vscode/.local/lib/python3.12/site-packages/homeassistant"
]
}