SamVerschueren / vscode-yo

Yeoman plugin for VS Code
MIT License
88 stars 15 forks source link

Use native multi-select #3

Open SamVerschueren opened 8 years ago

SamVerschueren commented 8 years ago

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.

SamVerschueren commented 8 years ago

@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?

bpasero commented 8 years ago

It is on our backlog: https://github.com/Microsoft/vscode/issues/238

SamVerschueren commented 8 years ago

Oh, there is a typo in the title, that's why I couldn't find it :). Thanks for linking.

dermeister0 commented 7 years ago

Checkbox lists do not work in the extension currently. Is it a known issue?

2016-10-31_1834 2016-10-31_1834_001

SamVerschueren commented 7 years ago

It should work though, what generator are you using?

dermeister0 commented 7 years ago

It's my own generator.

npm install -g generator-psgallery
yo psgallery

https://github.com/Saritasa/PSGallery/blob/develop/src/YeomanGenerator/generator-psgallery/app/index.js