9 lines
329 B
JSON
9 lines
329 B
JSON
|
{
|
||
|
"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
|
||
|
}
|