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
A string array type in settings UI is already supported.
I request enum arrays are supported in a similar manner. Example schema from znck.grammarly extension:
znck.grammarly
{ "grammarly.emotions": { "markdownDescription": "**Experimental.** How do you want to sound?", "scope": "resource", "type": "array", "items": { "enum": [ "neutral", "confident", "joyful", "optimistic", "respectful", "urgent", "friendly", "analytical" ], "enumDescriptions": [ "😐 Neutral", "🤝 Confident", "🙂 Joyful", "✌️ Optimistic", "🤗 Friendly", "⏰ Urgent", "📊 Analytical", "🙌 Respectful" ] }, "default": [] }, }
The text was updated successfully, but these errors were encountered:
Duplicate of #77458
Sorry, something went wrong.
roblourens
No branches or pull requests
A string array type in settings UI is already supported.
I request enum arrays are supported in a similar manner. Example schema from
znck.grammarly
extension:The text was updated successfully, but these errors were encountered: