servers/.vscode/settings.json
2022-02-19 23:09:44 +01:00

11 lines
380 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"]
}