Open
Description
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:
- When we use the CLI to commit, everything works perfectly. The output of commitlint is the terminal.
- When we use the GUI of vs code to commit (with a plugin or the source control), we have a pop up opening with the first line of the message and the rest of the message in the git output:
I find somebody mentionning this with github desktop and here is the output when using the GUI:
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!