chore: update VSCode settings for Ansible support and Python interpreter path
All checks were successful
Nix Format Check / check-format (pull_request) Successful in 37s

This commit is contained in:
Menno van Leeuwen 2025-01-21 00:02:25 +01:00
parent 975f9e16ba
commit c66ee294fb
Signed by: vleeuwenmenno
SSH Key Fingerprint: SHA256:OJFmjANpakwD3F2Rsws4GLtbdz1TJ5tkQF0RZmF0TRE

View File

@ -6,5 +6,9 @@
"**/CVS": true,
"**/.DS_Store": true,
"**/*.sha256": true,
},
"ansible.python.interpreterPath": "/usr/bin/python",
"files.associations": {
"*.yml": "ansible"
}
}