Enable highlighting in vscodium

This commit is contained in:
phil 2024-12-03 19:00:04 +01:00
parent 87b8af3233
commit 2aa8fc8981

8
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,8 @@
{
"ansible.python.interpreterPath": "/bin/python3.11",
"files.associations": {
"*.j2": "ansible-jinja",
"*.yaml": "ansible",
"*.yml": "ansible"
}
}