Allow debugging tests by default in vscode (#114065)

This commit is contained in:
Jan Bouwhuis 2024-03-25 11:25:46 +01:00 committed by GitHub
parent 1b6d1d58ec
commit e88ade716d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@
],
// Please keep this file in sync with settings in home-assistant/.vscode/settings.default.json
"settings": {
"python.experiments.optOutFrom": ["pythonTestAdapter"],
"python.pythonPath": "/usr/local/bin/python",
"python.testing.pytestArgs": ["--no-cov"],
"editor.formatOnPaste": false,