Add settings for vscodium

This commit is contained in:
phil 2024-11-13 09:24:24 +01:00
parent 8566011e51
commit 539b958fb9

View file

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