core/.vscode/settings.default.json

11 lines
520 B
JSON
Raw Normal View History

2020-11-12 14:46:49 +00:00
{
// Please keep this file in sync with settings in home-assistant/.devcontainer/devcontainer.json
2020-11-12 14:46:49 +00:00
// Added --no-cov to work around TypeError: message must be set
// https://github.com/microsoft/vscode-python/issues/14067
"python.testing.pytestArgs": ["--no-cov"],
// https://code.visualstudio.com/docs/python/testing#_pytest-configuration-settings
"python.testing.pytestEnabled": false,
// https://code.visualstudio.com/docs/python/linting#_general-settings
"pylint.importStrategy": "fromEnvironment"
2020-11-12 14:46:49 +00:00
}