You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that we have basic variable dependency resolution implemented in the extension itself, I think it would be really nice to support an equivalent of the promptString variable type. That way we would be able to create arbitrary multi-step inputs. It could be a mode where we display just the regular prompt, or, say, with allowFreeInput: true or allowNewValues: true the list could behave like autosugest. There is a trick how to do it at the moment with QuickPick.
What do you think? If there is an interest and it can be merged quickly (because we might need it in production soon), I apply to implement it, as well as maybe the default values feature.
Thanks,
Dusan
The text was updated successfully, but these errors were encountered:
Now that we have basic variable dependency resolution implemented in the extension itself, I think it would be really nice to support an equivalent of the
promptString
variable type. That way we would be able to create arbitrary multi-step inputs. It could be a mode where we display just the regular prompt, or, say, withallowFreeInput: true
orallowNewValues: true
the list could behave like autosugest. There is a trick how to do it at the moment with QuickPick.What do you think? If there is an interest and it can be merged quickly (because we might need it in production soon), I apply to implement it, as well as maybe the default values feature.
Thanks,
Dusan
The text was updated successfully, but these errors were encountered: