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
If a commit message line length is too long to display in its entirety, nothing will be displayed at all in the status bar. It would be much better to concatenate the message if possible.
The text was updated successfully, but these errors were encountered:
Are you using commit.summary in the gitblame.statusBarMessageFormat config option and this makes the status bar element disappear?
If this is the case there is not much I can do as vscode hides all status bar items that it can no longer fit in the status bar. I could add a parameter for commit.summary where you could configure the cutoff point yourself (a basic substring) but the vscode extension API does not allow me to measure if a text will fit or not.
If a commit message line length is too long to display in its entirety, nothing will be displayed at all in the status bar. It would be much better to concatenate the message if possible.
The text was updated successfully, but these errors were encountered: