conventional-changelog / commitlint

📓 Lint commit messages
https://commitlint.js.org
MIT License
16.7k stars 899 forks source link

[feature request] modify output in the vscode GUI #2822

Open TiibCD opened 2 years ago

TiibCD commented 2 years ago

Hi all,

First, thank you for this amazing project!

I wanted to know if it's already possible or maybe in the future to modify the message in the output when we use the GUI of vs code to commit. Let me explain:

image

I find somebody mentionning this with github desktop and here is the output when using the GUI:

image

Am I missing something or is this the normal behavior? If so, is it possible to get the whole message in the popup?

Thank you for your feedback!

escapedcat commented 2 years ago

Hey @TiibCD thanks for pointing this out. So in the Github UI everything is fine, right?
I wonder what we could do to improve the message in vscode. Or might this be a change in vscode itself?

TiibCD commented 2 years ago

Yes the behavior in Github UI is what I was expecting for a message in a GUI. Maybe the way you return the message to the standard output?