瀏覽代碼

Reverts title change to branch create

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

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

@ -169,10 +169,7 @@ export class BranchGitCommand extends QuickCommand {
this.subcommand = state.subcommand;
context.title = getTitle(
state.subcommand === 'create' ? 'Branch from' : state.subcommand === 'delete' ? 'Branches' : this.title,
state.subcommand,
);
context.title = getTitle(state.subcommand === 'delete' ? 'Branches' : this.title, state.subcommand);
if (state.counter < 2 || state.repo == null || typeof state.repo === 'string') {
skippedStepTwo = false;

Loading…
取消
儲存