-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix quick-pick initiated by the plugins not displaying with a single …
…item Fixes #6050 - fixes issue where `quick-pick` which were initiated by the plugins was not displayed when it only contains a single item. The fix is to include a new flag `runIfSingle` which is used to determine if the quick-pick should display or execute the item. - The default value for `runIfSingle` is set to `true`. - The `plugin-ext` sets the `runIfSingle` to `false` so it always displays the quick-pick regardless if an single item is present. This behavior is aligned with previous versions of Theia and VSCode. Signed-off-by: Vincent Fugnitto <vincent.fugnitto@ericsson.com>
- Loading branch information
1 parent
fce7783
commit f294597
Showing
3 changed files
with
11 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters