10 lines
199 B
JSON
10 lines
199 B
JSON
{
|
|
"files.autoSave": "afterDelay",
|
|
"files.associations": {
|
|
"hosts": "yaml",
|
|
"*.yml": "ansible"
|
|
},
|
|
"ansible.ansible.useFullyQualifiedCollectionNames": true,
|
|
"editor.formatOnSave": true
|
|
}
|