ソースを参照

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;

読み込み中…
キャンセル
保存