Michael Currin
Michael Currin
- Remove warning message about GH Actions, as it is now public - Fix old links which are redirects - Add NodeJS link
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...
- 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 - [ ]...