19 lines
504 B
JSON
19 lines
504 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
|
||
|
}
|