Add vscodium configuration

This commit is contained in:
phil 2025-05-18 11:41:55 +02:00
parent b60309a7e6
commit de97b1d08f

View file

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