Files
dotfiles/.vscode/settings.json
Menno van Leeuwen c66ee294fb
All checks were successful
Nix Format Check / check-format (pull_request) Successful in 37s
chore: update VSCode settings for Ansible support and Python interpreter path
2025-01-21 00:02:25 +01:00

14 lines
308 B
JSON

{
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/*.sha256": true,
},
"ansible.python.interpreterPath": "/usr/bin/python",
"files.associations": {
"*.yml": "ansible"
}
}