bendera / vscode-commit-message-editor

Edit commit messages in a convenient way.
https://marketplace.visualstudio.com/items?itemName=adam-bender.commit-message-editor
MIT License
73 stars 13 forks source link

not work for the first commit #94

Closed shinyypig closed 1 year ago

shinyypig commented 1 year ago
image

I have disabled all other extensions.

bendera commented 1 year ago

I also experience this sometimes. Please let me know if you figured out how to be reproduced.

bendera commented 1 year ago

I published a pre-release version on the VSCode Marketplace. Its version number is 0.24.1683149829 I'm not sure if this fixes the bug, but it is a possible solution to fix a bug that can cause this phenomenon.

shinyypig commented 1 year ago

fixed in #96

shinyypig commented 1 year ago

I published a pre-release version on the VSCode Marketplace. Its version number is 0.24.1683149829 I'm not sure if this fixes the bug, but it is a possible solution to fix a bug that can cause this phenomenon.

I have tried this pre-release version, still not work.

gtianw commented 1 year ago

I also experience this sometimes. Please let me know if you figured out how to be reproduced.

@bendera I have also encountered this issue occasionally, even if it's not the first commit. I couldn't find any patterns. However, I can confirm that it was introduced by v0.24.1. After I downgraded to 0.24.0, everything worked fine.

bendera commented 1 year ago

@gtianw I can reproduce it in a private repo. It seems the UI doesn't get the configuration at all. I'm on it.