Skip to content

Commit

Permalink
Update post-commit command (#3873)
Browse files Browse the repository at this point in the history
  • Loading branch information
lszomoru committed Aug 22, 2022
1 parent 3115a0f commit f0fdf38
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,9 @@ function registerPostCommitCommandsProvider(reposManager: RepositoriesManager, g
Logger.debug(`Found ${found ? 'a repo' : 'no repos'} when getting post commit commands.`, 'GitPostCommitCommands');
return found ? [{
command: 'pr.create',
title: 'Commit & Create Pull Request'
title: '$(git-pull-request-create) Commit',
description: '$(git-pull-request-create) Commit & Create Pull Request',
tooltip: 'Commit & Create Pull Request'
}] : [];
}
}
Expand Down

0 comments on commit f0fdf38

Please sign in to comment.