Changed settings yaml

This commit is contained in:
Marcin Woźniak 2021-10-30 23:28:29 +02:00
parent 4d62c751b7
commit 673df7b109
Signed by: y0rune
GPG Key ID: F204C385F57EB348

View File

@ -1,10 +1,11 @@
{ {
"yaml.schemaStore.enable": true, "yaml.schemaStore.enable": true,
"yaml.schemas": { "yaml.schemas": {
"https://json.schemastore.org/ansible-role-2.9.json": "/*.yaml", "https://json.schemastore.org/ansible-role-2.9.json": "*.yaml",
"https://json.schemastore.org/ansible-playbook.json": "/*.yaml", "https://json.schemastore.org/ansible-playbook.json": "*.yaml",
"https://json.schemastore.org/ansible-inventory.json": "/*yaml", "https://json.schemastore.org/ansible-inventory.json": "*yaml",
"https://json.schemastore.org/docker-compose.json": "/*.yaml" "https://raw.githubusercontent.com/ansible-community/schemas/main/f/ansible-galaxy.json": "*.yaml",
"https://json.schemastore.org/docker-compose.json": "*.yaml"
}, },
"python.formatting.provider": "black", "python.formatting.provider": "black",
"python.pythonPath": "python3", "python.pythonPath": "python3",