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
{{ message }}
This repository has been archived by the owner on Nov 15, 2020. It is now read-only.
I think this is a vscode bug, extension itself has support for multiple placeholders but the vscode.window.showInputBox command doesn't play nice when in Promise chain (only the first input is shown for some reason).
The only way I've managed to get around that is by having input accept all the variables at once (enter the substitution words separated by space)
Here is a gist that fixes multiple variables (fileFromTemplateCommand.js) https://gist.github.com/avionbg/b268b764ddae16a1dcb7aaf352059989
For some reason when I was playing with it that didn't work as expected. If you would have multiple variables, they would be chained with promises, and that didn't work.. only the first input was shown.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi extension works fine. I want to add more that one variables can it be possible right now if something like this it only asks for one variable.
The text was updated successfully, but these errors were encountered: