2022-07-05 17:02:08 +02:00
|
|
|
{
|
|
|
|
"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"
|
|
|
|
}
|
|
|
|
],
|
2022-07-06 11:39:28 +02:00
|
|
|
"editor.tabSize": 2,
|
2022-07-06 14:58:28 +02:00
|
|
|
"files.autoSave": "onFocusChange",
|
|
|
|
"search.useIgnoreFiles": true
|
|
|
|
}
|