Add ability to label enums in template parameters #195
eaglesemanation
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Yeah, this would be a useful addition. I'll put it on my backlog, and would happily review a PR for it |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is mostly targeted at VSCode input variables of type
"pickString"
with"options": [{"label": "...", "value": "..."}]
. I have a task that uses absolutely unreadable variables as inputs, so autocompletion doesn't really help in inputs form. I think a good backwards compatible solution would be an ability to specify that enum type will be labeled, and then expect values to be provided as an array of objects (table of tables, Lua is silly).Beta Was this translation helpful? Give feedback.
All reactions