You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does this issue occur when all extensions are disabled?: Yes/No
VS Code Version: 1.74.2
OS Version: Windows_NT x64 10.0.19044
Steps to Reproduce:
Create a git commit hook and print some lines in it (e.g. with pre-commit)
Commit a file via the gui "Commit" button
The commit hook fails.
An message box pops up:
This message box has 3 buttons which do work correct. However the text in there is not helpful.
It only shows the first line of the error. In my case this is pretty misleading. The issue is not unstaged files, it is some empty lines!
You can find the real issue with both the "Open Git Log" and the "Show Command Output" button. This is great.
I still think this should not print the first line only. I think it would be best like this:
Does this issue occur when all extensions are disabled?: Yes/No
Steps to Reproduce:
This message box has 3 buttons which do work correct. However the text in there is not helpful.
It only shows the first line of the error. In my case this is pretty misleading. The issue is not unstaged files, it is some empty lines!
You can find the real issue with both the "Open Git Log" and the "Show Command Output" button. This is great.
I still think this should not print the first line only. I think it would be best like this:
The text was updated successfully, but these errors were encountered: