Conversation
|
Technically they are not identical. https://github.com/stashapp/CommunityScripts/blob/main/schema/plugin.schema.json uses comments which VSCode supports when standard JSON doesn't. See https://code.visualstudio.com/Docs/languages/json#_json-with-comments That said, I'm not sure it justifies keeping both of the them. |
|
I don't think the comments justify it. Also, the comments where originally a helper for me when I wrote the schema, and I'm not 100% sure if I meant to leave them in the schema or I just forgot to remove them before checking in... |
Remove ./schema/plugin.schema.json and update VSCode config to use the identical ./validator/plugin.schema.json
This is to avoid having to keep up to date two schema files.