Skip to content

Commit

Permalink
Treat yaml as yaml in vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldotnl committed Jun 10, 2021
1 parent b0c7675 commit 6cc7c16
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"python.linting.pylintEnabled": true,
"python.linting.enabled": true,
"python.pythonPath": "/usr/bin/python3",
"files.associations": {
"*.yaml": "home-assistant"
}
"python.pythonPath": "/usr/bin/python3"
// "files.associations": {
// "*.yaml": "home-assistant"
// }
}

0 comments on commit 6cc7c16

Please sign in to comment.