-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
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
Use native multi-select #3
Labels
Milestone
Comments
@bpasero can you give a quick update on this? Is it in the backlog? Searched for an issue regarding multi select but couldn't find it. Should I create a new issue? |
It is on our backlog: microsoft/vscode#238 |
Oh, there is a typo in the title, that's why I couldn't find it :). Thanks for linking. |
It should work though, what generator are you using? |
It's my own generator.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
At the moment, VSCode does not offer multi select prompts. It is implemented as a normal select at the moment https://github.com/SamVerschueren/vscode-yo/blob/master/src/prompts/checkbox.ts.
If VSCode releases multi-select, which they probably will in the next build. Use those native multi-selects instead.
The text was updated successfully, but these errors were encountered: