Parcourir la source

Reverts title change to branch create

main
Eric Amodio il y a 4 ans
Parent
révision
2ea859f8b0
1 fichiers modifiés avec 1 ajouts et 4 suppressions
  1. +1
    -4
      src/commands/git/branch.ts

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

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

Chargement…
Annuler
Enregistrer