Files
phpipam_scan_agent/.vscode/settings.json

18 lines
753 B
JSON

{
"gitlab.aiAssistedCodeSuggestions.enabled": false,
"gitlab.duoChat.enabled": false,
"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",
}
}