Copy default vscode settings during bootstrap (#43180)

This commit is contained in:
Martin Hjelmare
2020-11-13 16:03:40 +01:00
committed by GitHub
parent 37361a6332
commit 6daf40b254
4 changed files with 17 additions and 4 deletions

View File

@@ -12,10 +12,14 @@
"redhat.vscode-yaml",
"esbenp.prettier-vscode"
],
// Please keep this file in sync with settings in home-assistant/.vscode/settings.default.json
"settings": {
"python.pythonPath": "/usr/local/bin/python",
"python.linting.pylintEnabled": true,
"python.linting.enabled": true,
"python.formatting.provider": "black",
"python.testing.pytestArgs": ["--no-cov"],
"python.testing.pytestEnabled": true,
"editor.formatOnPaste": false,
"editor.formatOnSave": true,
"editor.formatOnType": true,