mirror of
https://github.com/steedos/steedos-platform
synced 2024-11-23 09:26:24 +00:00
11 lines
323 B
JSON
11 lines
323 B
JSON
{
|
|
"yaml.completion": true,
|
|
"yaml.customTags": [
|
|
"tag:yaml.org,2002:js/function"
|
|
],
|
|
"yaml.schemas": {
|
|
"packages/schemas/app/schema.json": "/*.app.yml",
|
|
"packages/schemas/object/schema.json": "/*.object.yml",
|
|
"packages/schemas/dashboard/schema.json": "/*.dashboard.yml"
|
|
}
|
|
} |