Add vscode configuration

This commit is contained in:
uumas
2026-03-12 00:45:48 +02:00
parent 61c0724801
commit 63e6f938bb

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

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