auto-commit-msg
auto-commit-msg copied to clipboard
A VS Code extension to generate a smart commit message based on file changes
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...
Resolves #80
Resolves #65. TODO: - [ ] Make this configurable and default off. - [ ] Prevent auto-focus on Git pane from other panes. - [ ] Maybe ignore save on...
```js it('should handle a moved file', function () { const changes: FileChanges[] = [ { x: ACTION.R, y: " ", from: "foo.txt", to: "bar/foo.txt" } ] const expected = {...
WIP code ```js // too much refactor is needed in prepareCommitMsg to use a scope variable // so just add to type for now getScope() { if (this.isPackageRelated()) { return...
I wish there would be an option where the extension would have an option which would automatically create the generated git commit message without staging while using Smart Commit to...
- update package.json engine - update GH Actions flow - update `@types/node`
When `docs:` etc. is not manually entered already or deducible... Maybe one chooses from a droplist like the semantic commit message extension and then that is pushed to the commit...
resolves #63 Progress: - [x] Read config value - [x] Read file - [ ] Functionality and tests to use a given prefix in a commit message - [ ]...