tibi-types/.vscode/settings.json

9 lines
329 B
JSON
Raw Normal View History

2022-02-01 18:59:17 +01:00
{
"yaml.customTags": ["!include scalar"],
"yaml.schemas": {
"schemas/api-config/config.json": "demo-api/config.y*ml",
"schemas/api-config/collection.json": "demo-api/collections/*.y*ml",
"schemas/api-config/field.json": "demo-api/collections/fields/*.y*ml"
},
"editor.formatOnSave": true
}