tibi-types/.vscode/settings.json

12 lines
397 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"
},
2022-11-02 12:10:29 +01:00
"editor.formatOnSave": true,
"editor.tabCompletion": "on",
"diffEditor.codeLens": true
}