meta with include tag
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-11-02 11:10:29 +00:00
parent 30e7eb2db8
commit 61b7976274
2 changed files with 39 additions and 29 deletions

View File

@@ -5,5 +5,7 @@
"schemas/api-config/collection.json": "demo-api/collections/*.y*ml",
"schemas/api-config/field.json": "demo-api/collections/fields/*.y*ml"
},
"editor.formatOnSave": true
}
"editor.formatOnSave": true,
"editor.tabCompletion": "on",
"diffEditor.codeLens": true
}