15
.vscode/settings.json
vendored
15
.vscode/settings.json
vendored
@ -1,5 +1,18 @@
|
||||
{
|
||||
"gitlab.aiAssistedCodeSuggestions.enabled": false,
|
||||
"gitlab.duoChat.enabled": false,
|
||||
"cSpell.language": "en-AU,en"
|
||||
"cSpell.language": "en-AU,en",
|
||||
"yaml.schemas": {
|
||||
"https://raw.githubusercontent.com/ansible/ansible-lint/main/src/ansiblelint/schemas/ansible.json#/$defs/tasks": [
|
||||
"file://${workspaceFolder}/playbooks/tasks/**",
|
||||
"file://${workspaceFolder}/playbooks/tasks/**/**",
|
||||
],
|
||||
"https://raw.githubusercontent.com/ansible/ansible-lint/main/src/ansiblelint/schemas/inventory.json": [
|
||||
"file://${workspaceFolder}/includes/root/hosts.yaml"
|
||||
],
|
||||
},
|
||||
"files.associations": {
|
||||
"includes/etc/supervisor/supervisord.conf": "ini",
|
||||
"includes/etc/supervisor/conf.d/*.conf": "ini",
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user