refactor(plugins): rename manifest schema

This commit is contained in:
Yassine Doghri 2024-05-26 15:40:53 +00:00
parent ee7808ec70
commit 8d9ddd76c0
2 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
"json.schemas": [
{
"fileMatch": ["plugins/**/manifest.json"],
"url": "/workspaces/castopod/modules/Plugins/Manifest/schema.json"
"url": "/workspaces/castopod/modules/Plugins/Manifest/manifest.schema.json"
}
]
},