Skip to content
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

Select all specifications #5

Open
yeekangc opened this issue Sep 2, 2019 · 2 comments
Open

Select all specifications #5

yeekangc opened this issue Sep 2, 2019 · 2 comments
Labels
good first issue Good for newcomers

Comments

@yeekangc
Copy link
Member

yeekangc commented Sep 2, 2019

Provide an option for users to select all specifications

I didn't see this in the release currently available?

@kathrynkodama
Copy link
Member

There is a built in VS Code select all option. We looked into having the select all selected by default but have not determined how to do that yet.
image

@kathrynkodama kathrynkodama added the good first issue Good for newcomers label Sep 28, 2020
@rzgry
Copy link
Member

rzgry commented Sep 28, 2020

We can default to selecting all specifications by adding picked: true here https://github.com/MicroShed/mp-starter-vscode-ext/blob/master/src/util/vscodePrompts.ts#L122

See QuickPickItem documentation: https://code.visualstudio.com/api/references/vscode-api#QuickPickItem

Would also be good to add a configuration setting to allow users to pick the default behaviour (default to all specs selected or none selected). (This can be done in 1 PR or as a follow up). https://code.visualstudio.com/api/references/contribution-points#contributes.configuration

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants