-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add an option to make messages capitalized #80
Comments
Hi, thanks for the interest and suggestion. I'll add this as something you can control in settings. |
Hi, I added a draft PR. I got this working for a narrow usecase, now need to get it to work for multiple file changes and when not using a type prefix. |
Hey that looks great! Sorry for late response. |
I have forked your version and fixed linter errors, however I was not able to build current version due to error
https://github.com/avixFF/auto-commit-msg/actions/runs/3463893007/jobs/5784743972 |
Alright, so I figured out why there was build problem and it was not at all trivial. Turns out Microsoft has updated vscode package. This in turn required mocha downgrade to version 4 So in order to use In my branch I have changed that your mocha tests run inside vscode instance, therefore Here is my version: lexuzieel@7440e07 |
While we are at it, I would also like to add a flag to disable prefix (I don't use those for my projects). I have created a separate PR based on the latest version of my feat-titlecase branch: #86 |
Thanks for the info. Reviewing your PR now |
Hello!
In my repos I write messages starting with capital letter. Whilst this extension gets the message correct, it does not capitalize the message.
i.e. currently when I change a file and press a button, I get this message:
I have to change the first letter of the message to capital manually:
Is there a way to change this behavior (probably through settings)?
The text was updated successfully, but these errors were encountered: