Skip to content

Commit

Permalink
Add .vscode/settings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
basnijholt committed Jan 1, 2025
1 parent d629121 commit 6d63b21
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"files.associations": {
"*.yaml": "home-assistant"
},
"python.defaultInterpreterPath": "${workspaceFolder}/.venv/bin/python",
"python.testing.pytestEnabled": true,
"python.testing.pytestArgs": [
"core/tests/components/adaptive_lighting"
]
}

0 comments on commit 6d63b21

Please sign in to comment.