Skip to content

Commit

Permalink
[plugin] Fix ignoreFocusOut parameter for the QuickPick
Browse files Browse the repository at this point in the history
Signed-off-by: Igor Vinokur <ivinokur@redhat.com>
  • Loading branch information
vinokurig committed Aug 13, 2019
1 parent 11badc8 commit 63e865f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/plugin-ext/src/main/browser/quick-open-main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ export class QuickOpenMainImpl implements QuickOpenMain, QuickOpenModel {
fuzzyMatchLabel: true,
fuzzyMatchDetail: options.matchOnDetail,
placeholder: options.placeHolder,
ignoreFocusOut: options.ignoreFocusLost,
onClose: () => {
this.cleanUp();
}
Expand Down

0 comments on commit 63e865f

Please sign in to comment.