瀏覽代碼

Fixes typo

main
Eric Amodio 3 年之前
父節點
當前提交
44a6bccbd6
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      src/commands/git/search.ts

+ 1
- 1
src/commands/git/search.ts 查看文件

@ -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;

Loading…
取消
儲存