docker/.vscode/settings.json
2023-06-29 13:59:52 +02:00

11 lines
280 B
JSON

{
"files.autoSave": "afterDelay",
"files.associations": {
"hosts": "yaml",
"*.yml": "ansible"
},
"ansible.ansible.useFullyQualifiedCollectionNames": true,
"editor.formatOnSave": true,
"ansible.python.interpreterPath": "/root/.virtualenvs/ansible/bin/python"
}