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
Quickpick should be able to select more than one item by selecting check-boxes:
Quickpick
The feature should be handled by the canSelectMany argument from the plugin API:
canSelectMany
theia/packages/plugin-ext/src/common/plugin-api-rpc.ts
Line 321 in f138063
The text was updated successfully, but these errors were encountered:
duplicate of #6193?
Sorry, something went wrong.
duplicates #6193
Reopening, #6193 is about multi step, but this is about multi select
then it is a duplicate of #5673 :)?
duplicates #5673
No branches or pull requests
Quickpick
should be able to select more than one item by selecting check-boxes:Feature Description:
The feature should be handled by the
canSelectMany
argument from the plugin API:theia/packages/plugin-ext/src/common/plugin-api-rpc.ts
Line 321 in f138063
The text was updated successfully, but these errors were encountered: