vivaxy / vscode-conventional-commits

💬Conventional Commits for VSCode.
https://marketplace.visualstudio.com/items?itemName=vivaxy.vscode-conventional-commits
MIT License
320 stars 35 forks source link

feat(scope): ✨ add option to always use new unsaved scope #318

Open NetSkylz opened 1 year ago

NetSkylz commented 1 year ago

Hello :)

Here is a small PR to add an option which bypass scope prompts and ask directly for a new unsaved scope each time. This is handy in some cases, as if you use Jira ticket IDs as scopes in your commits.

Don't hesitate to give me feedback if needed, as it's my first contribution to a public project ! ;)

github-actions[bot] commented 1 year ago

Oops, The build workflow has failed! See in summary. 😥

yi-Xu-0100 commented 1 year ago

👋 @NetSkylz, thanks for your PR! I think it is a good idea, but it seems to have some problem in workflow. Could you try to update code to fix it? 😁

NetSkylz commented 1 year ago

Hello @yi-Xu-0100 ! From what I see, it's Typescript errors, but I get these already just after cloning the repo and opening it... From terminal, I clone the repo, go inside the folder and install packages. Then, I open the project and I see these errors even before touching anything. So I thought it was "normal".

But then, I'm unsure on how to fix it on my end without potentially breaking something, as it doesn't seem to be related to my code :/