We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
enhancement
This will enable IntelliSense when editing a garnet.conf file in vscode and other schema-store supporting IDE's
garnet.conf
SchemaStore/schemastore#3986
we could use the https://docs.json-everything.net/schema/schemagen/schema-generation/ library for this which also supports dotnet comments for the generated schema
No response
This repo would include a json-schema file that would be generated based on the Options.cs` file, then in https://github.com/SchemaStore/schemastore/blob/master/src/api/json/catalog.json an entry will be added for garnet
Options.cs
The text was updated successfully, but these errors were encountered:
TalZaccai
No branches or pull requests
Feature request type
enhancement
Is your feature request related to a problem? Please describe
This will enable IntelliSense when editing a
garnet.conf
file in vscode and other schema-store supporting IDE'sDescribe the solution you'd like
SchemaStore/schemastore#3986
we could use the https://docs.json-everything.net/schema/schemagen/schema-generation/ library for this which also supports dotnet comments for the generated schema
Describe alternatives you've considered
No response
Additional context
This repo would include a json-schema file that would be generated based on the
Options.cs
` file, then in https://github.com/SchemaStore/schemastore/blob/master/src/api/json/catalog.json an entry will be added for garnetThe text was updated successfully, but these errors were encountered: