seatonjiang / gitmoji-vscode

Gitmoji tool for git commit messages in VSCode
https://marketplace.visualstudio.com/items?itemName=seatonjiang.gitmoji-vscode
MIT License
277 stars 30 forks source link

🐛 bug: `command 'extension.showGitmoji' not found` on version 1.2.0 #45

Closed thlmenezes closed 1 year ago

thlmenezes commented 1 year ago

Using the vscode extension on version v1.1.2 works as expects, however upgrading to the latest version 1.2.0 introduces a bug as I click the show gitmoji button on the Version Control Tab in UI.

Sending video on imgur to help with debugging: https://imgur.com/a/cpcdvLl

VSCode about

image

seatonjiang commented 1 year ago

Hi @thlmenezes Please update to v1.2.2 and try again. In addition, you need to update VSCode to the latest version.

thlmenezes commented 1 year ago

Tested the update on the newest vscode insiders version and works like a charm, closing issue.

image

Thanks for the quick reply