mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-13 03:27:45 +02:00
feat(plugins): add json schema definition for plugin manifest
This commit is contained in:
parent
896f00661f
commit
b5eddf351f
5 changed files with 216 additions and 17 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue