18 lines
603 B
JSON
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"
|
|
]
|
|
} |