Add vscode settings

This commit is contained in:
Patrick Neff 2022-01-25 10:35:53 +01:00
parent 8c966bbb70
commit 84bca3e26f
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"
}
}