Parcourir la source

Fixes typo

main
Eric Amodio il y a 3 ans
Parent
révision
44a6bccbd6
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      src/commands/git/search.ts

+ 1
- 1
src/commands/git/search.ts Voir le fichier

@ -340,7 +340,7 @@ export class SearchGitCommand extends QuickCommand {
if (quickpick.value.length === 0) {
quickpick.items = items;
} else {
// 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
quickpick.ignoreFocusOut = true;
step.ignoreFocusOut = true;

||||||
x
 
000:0
Chargement…
Annuler
Enregistrer