22 lines
679 B
JSON
22 lines
679 B
JSON
{
|
|
"json.schemas": [
|
|
{
|
|
"fileMatch": ["/assets/layers/*/*.json", "!/assets/layers/*/license_info.json"],
|
|
"url": "./Docs/Schemas/LayerConfigJson.schema.json"
|
|
},
|
|
{
|
|
"fileMatch": ["/assets/themes/*/*.json", "!/assets/themes/*/license_info.json"],
|
|
"url": "./Docs/Schemas/LayoutConfigJson.schema.json"
|
|
}
|
|
],
|
|
"editor.tabSize": 2,
|
|
"files.autoSave": "onFocusChange",
|
|
"search.useIgnoreFiles": true,
|
|
"css.lint.unknownAtRules": "ignore",
|
|
"scss.lint.unknownAtRules": "ignore",
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"[svelte]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"editor.formatOnSave": true
|
|
}
|