feat: add _meta.json json schema in rspress/meta-json-schema.json#2079
feat: add _meta.json json schema in rspress/meta-json-schema.json#2079Timeless0911 merged 2 commits intomainfrom
_meta.json json schema in rspress/meta-json-schema.json#2079Conversation
✅ Deploy Preview for rspress-v2 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for rspress ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
aa137ff to
262bb07
Compare
a6bf273 to
ef14c8d
Compare
|
In this pr, the doc doesn't seem to mention I'm hoping to reduce how often I need to leave the IDE, and allow me to use it as follows for in-editor validation and autocompletion: // .vscode/settings.json
{
"json.schemas": [
{
"fileMatch": ["**/_meta.json"],
"url": "./node_modules/rspress/xxxPath/meta-json-schema.json"
// or "meta-json-schema-base.json"
}
],
} |
Yeah, of course, it is one of the public features in v2.0, v2.0 is in prerelease version, and document is not fully covered now |
|
Thank you. |
|
We need to carefully consider whether should we add a new |
|
I personally love splitting |
25a8701 to
24f439f
Compare
yeah, splitting but there have already been too many breaking changes here... so I decided to give up this change |
That's unfortunate. But what if when there is no |
de4502a to
3087900
Compare
rspress/meta-json-schema.json
3087900 to
8042de2
Compare
rspress/meta-json-schema.json_meta.json json schema in rspress/meta-json-schema.json

Summary
rename top level _meta.json => nav.jsonadd _meta.json json schema type hint
Related Issue
Checklist