We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dca313 commit 44a6bccCopy full SHA for 44a6bcc
src/commands/git/search.ts
@@ -340,7 +340,7 @@ export class SearchGitCommand extends QuickCommand<State> {
340
if (quickpick.value.length === 0) {
341
quickpick.items = items;
342
} else {
343
- // If something was typed/selected, keep the quick pick open on focus lossrop
+ // If something was typed/selected, keep the quick pick open on focus loss
344
quickpick.ignoreFocusOut = true;
345
step.ignoreFocusOut = true;
346
0 commit comments