mirror of
https://github.com/steedos/steedos-platform
synced 2024-11-22 08:10:50 +00:00
10 lines
287 B
JSON
10 lines
287 B
JSON
{
|
|
"yaml.completion": true,
|
|
"yaml.customTags": [
|
|
"tag:yaml.org,2002:js/function"
|
|
],
|
|
"yaml.schemas": {
|
|
"https://steedos.github.io/schemas/app/schema.json": "/*.app.yml",
|
|
"https://steedos.github.io/schemas/object/schema.json": "/*.object.yml"
|
|
}
|
|
} |