In the GitHub Desktop, I can write an indefinite count of lines in the description field for my commit, and this field is distinguished from the commit message:

I know that I can do the same thing in the git bash using:
git commit -m "Title" -m "Description ..........";
Now I wonder if I can do the same in the Source Control VSCode.
There's a field in a source control tab as the following but I don't know if it's the title of the commit (commit message) or the description:

I found out that the first line represents the commit message, and the lines after representing the description:

Result in the GitHub:

This can be done in another way if I leave the message field (highlighted with green in the following image) empty and hit the commit button:

Then a new tab shows up with the COMMIT_EDITMSG name, and I can add the commit message and the description there:

The result in the GitHub after pushing would be the following:

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With