Add vscode settings

This commit is contained in:
Patrick Neff 2022-01-25 10:33:53 +01:00
parent ebff3f1712
commit 4e9f1c299c
1 changed files with 5 additions and 0 deletions

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

@ -0,0 +1,5 @@
{
"files.associations": {
"*.yml": "ansible"
}
}