feat(plugins): add json schema definition for plugin manifest

This commit is contained in:
Yassine Doghri 2024-05-05 17:10:20 +00:00
commit b5eddf351f
5 changed files with 216 additions and 17 deletions

View file

@ -30,7 +30,13 @@
"spark": "php",
"env": "dotenv",
".rsync-filter": "diff"
}
},
"json.schemas": [
{
"fileMatch": ["plugins/**/manifest.json"],
"url": "/workspaces/castopod/modules/Plugins/manifest.schema.json"
}
]
},
"extensions": [
"astro-build.astro-vscode",