Sertion / vscode-gitblame

Visual Studio Code Extension - See Git Blame info in status bar.
https://marketplace.visualstudio.com/items/waderyan.gitblame
MIT License
72 stars 31 forks source link

Support newlines in info message format #131

Closed gamma032steam closed 1 year ago

gamma032steam commented 1 year ago

Expected behaviour: Setting "gitblame.infoMessageFormat": "${commit.hash}\n${commit.summary}" should display the hash and summary on separate lines. This should also work for \r\n.

Actual behaviour: The \n is swallowed up. Hash and summary appear on the same line. image

Sertion commented 1 year ago

Hey Matthew. Thank you for the issue!

Sadly this is not possible with the vscode API.

Sertion commented 1 year ago

Hey Matthew. Thank you for the issue!

Sadly this is not possible with the vscode API.