Skip to content

Commit

Permalink
fix(log): 🐛 fix repeated output of extension version
Browse files Browse the repository at this point in the history
  • Loading branch information
yi-Xu-0100 committed Mar 31, 2021
1 parent ef0deb5 commit bb809ae
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/lib/conventional-commits.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,11 +135,6 @@ export default function createConventionalCommits() {
output.info(`VSCode version: ${vscode.version}`);
outputExtensionVersion('Git', 'vscode.git');

outputExtensionVersion(
'VSCode Conventional Commits',
'vivaxy.vscode-conventional-commits',
);

outputExtensionConfiguration(
'VSCode Conventional Commits',
'vivaxy.vscode-conventional-commits',
Expand Down

0 comments on commit bb809ae

Please sign in to comment.