Replies: 2 comments
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
|
Hi @loynoir , |
Uh oh!
There was an error while loading. Please reload this page.
🏷️ Discussion Type
Product Feedback
Body
feat
generate json schema and publish to schemastore.org for modern editor DX
current
Within editor edit
npmconfig.npmrc, lack of modern editor support by defaultNo idea what is the full layout of config
No editor tab completion
No editor validation
suggestion
npmteam support.npmrc.json.npmrc.yaml.npmrc.toml, maybe and maynot deprecate.npmrcnpmteam generate.npmrc.schema.jsonnpmteam publish to https://github.com/SchemaStore/schemastore/blob/master/src/api/json/catalog.jsonTo have
crystal clear layout of config
editor tab completion
editor validation
related
The schema store support fileMatch json and yaml and toml, but
fileMatch seems cannot ini
url seems must
XXX.schema.jsonhttps://github.com/SchemaStore/schemastore/blob/master/src/api/json/catalog.json#L67-L72
{ "name": "Releasaurus Config", "description": "Configuration file for Releasaurus", "fileMatch": ["releasaurus.toml"], "url": "https://raw.githubusercontent.com/robgonnella/releasaurus/refs/heads/main/schema/schema.json" },https://github.com/SchemaStore/schemastore/blob/master/src/api/json/catalog.json#L17-L22
{ "name": "Burnless SRE config", "description": "Burnless sre.yaml — SLOs, error budgets, runbooks, on-call, and dashboards as code", "fileMatch": ["sre.yaml", "sre.yml"], "url": "https://raw.githubusercontent.com/Custos-com/Burnless/main/schema/sre.schema.json" },vcpkgpublish to schemastoremicrosoft/vcpkg#34706
https://github.com/SchemaStore/schemastore/pull/3341/changes
https://github.com/SchemaStore/schemastore/blob/master/src/api/json/catalog.json#L2137-L2148
{ "name": "vcpkg manifest file", "description": "vcpkg manifest file", "fileMatch": ["vcpkg.json"], "url": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json" }, { "name": "vcpkg configuration file", "description": "vcpkg configuration file", "fileMatch": ["vcpkg-configuration.json"], "url": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg-configuration.schema.json" },All reactions