servers/.vscode/settings.json
2022-11-16 20:23:15 +01:00

14 lines
437 B
JSON

{
"yaml.schemaStore.enable": false,
"yaml.schemas": {
"https://raw.githubusercontent.com/compose-spec/compose-spec/master/schema/compose-spec.json": [
"/services/*/stack.yml"
],
"https://raw.githubusercontent.com/ansible-community/schemas/main/f/ansible-tasks.json": "tasks/deploy.yml"
},
"yaml.customTags": [
"!vault scalar"
],
"python.formatting.provider": "black"
}