41 lines
790 B
JSON
41 lines
790 B
JSON
{
|
|
"editor.formatOnSave": false,
|
|
"json.schemas": [
|
|
{
|
|
"fileMatch": [
|
|
"data/**/*.json"
|
|
],
|
|
"url": "./schema/categories.json"
|
|
},
|
|
{
|
|
"fileMatch": [
|
|
"data/**/*.json"
|
|
],
|
|
"url": "./schema/feature.json"
|
|
},
|
|
{
|
|
"fileMatch": [
|
|
"config/genericWords.json"
|
|
],
|
|
"url": "./schema/genericWords.json"
|
|
},
|
|
{
|
|
"fileMatch": [
|
|
"features/**/*.geojson"
|
|
],
|
|
"url": "./schema/geojson.json"
|
|
},
|
|
{
|
|
"fileMatch": [
|
|
"config/replacements.json"
|
|
],
|
|
"url": "./schema/replacements.json"
|
|
},
|
|
{
|
|
"fileMatch": [
|
|
"config/trees.json"
|
|
],
|
|
"url": "./schema/trees.json"
|
|
}
|
|
]
|
|
}
|