Add schema validation in IDE for route map definition files

This commit is contained in:
2026-03-01 20:05:55 +00:00
parent bda2e8a0be
commit e70b55a5f0
4 changed files with 618 additions and 10 deletions

8
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,8 @@
{
"yaml.schemas": {
"./static/mapFiles/yaml/mapFiles.schema.json": "static/mapFiles/yaml/*.yaml"
},
"yaml.format.enable": true,
"yaml.validate": true,
"yaml.schemaStore.enable": false
}