21 lines
648 B
JSON
21 lines
648 B
JSON
{
|
|
"[python]": {
|
|
"editor.defaultFormatter": "ms-python.black-formatter",
|
|
"editor.formatOnSave": true
|
|
},
|
|
"pylint.lintOnChange": false,
|
|
"files.associations": {
|
|
"*.yaml": "home-assistant"
|
|
},
|
|
"python.testing.pytestArgs": [
|
|
"tests"
|
|
],
|
|
"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.11/site-packages/homeassistant"
|
|
],
|
|
"python.formatting.provider": "none"
|
|
} |