GreenXenith / minetest-tools

Minetest extension for Visual Studio Code
MIT License
28 stars 6 forks source link

Configure JSON validation for `.cdb.json` #17

Closed AFCMS closed 1 year ago

AFCMS commented 1 year ago

With the merge of this: https://github.com/minetest/contentdb/commit/13dcd373f26486704b6179732619acc78239c548

https://code.visualstudio.com/api/references/contribution-points#contributes.jsonValidation

I would make a copy of the file bundled in the extension in addition to configuring to the API URL, so offline editing is possible.

(I can work on this if needed)