Michael Currin

Results 245 comments of Michael Currin

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...

Here's how it is configured: ![Screenshot_2022-07-26_17-39-33](https://user-images.githubusercontent.com/18750745/181050277-fda8a6f2-bcda-48c7-a8ad-03ab05c76a30.png)

No #66 was merged and reverted And #68 is still open because of the items at the top in TODO. I need to figure out at least some of them...

Sorry life's been hectic the last few months but this is still on my radar to look at.

Hi can you elaborate? Is your aim to commit with blank message and have this extension fill it? Can you talk me what steps you would follow? This extension does...

If the file is deleted or modified, you don't have to stage it. Auto Commit Message will pick up the change. if you make a new file, or rename/move, then...

I couldn't find that event here :( https://code.visualstudio.com/api/references/activation-events Oh wait that is when the extension activates (like on startup), not when it runs.

Let me know if you find anything. Or any extensions to base on. Other extensions I know of listen use the format on save flow, so listening to format event...