Add vscode settings

This commit is contained in:
Patrick Neff 2022-01-25 10:39:44 +01:00
parent f9f3b1925c
commit f79de0d750
1 changed files with 6 additions and 0 deletions

6
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,6 @@
{
"files.associations": {
"*.yaml": "home-assistant",
"*.yml": "ansible"
}
}