We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Provide an option for users to select all specifications
I didn't see this in the release currently available?
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
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
picked: true
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
No branches or pull requests
Provide an option for users to select all specifications
I didn't see this in the release currently available?
The text was updated successfully, but these errors were encountered: