-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integrate with VS configuration schema intellisense #16481
Comments
I already saw it in another video but forgot to post it. It would be nice to add such this for recipes |
Releated: #1866. |
And then we could easily integrate those JSON schemas with Monaco editor, where used. |
We triaged this issue and set the milestone according to the priority we think is appropriate (see the docs on how we triage and prioritize issues). This indicates when the core team may start working on it. However, if you'd like to contribute, we'd warmly welcome you to do that anytime. See our guide on contributions here. |
There is a new feature in VS that can compose json schema from all the referenced packages. What it would allow is to have our module packages to contain their own json schema sections, and they would appear as documented when editing the appsettings.json file.
Example: https://youtu.be/SrmSizuEv58?t=14433
The text was updated successfully, but these errors were encountered: