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

Linebreak in info popup #76

Closed uranusjr closed 4 years ago

uranusjr commented 4 years ago

Would it be possible to put linebreaks in the infoMessageFormat? I tried some common values (e.g. \n <br>) and none works. Some quick googling says this probably needs some support from the plugin implementation. I have zero knowledge on VS Code extensions, but have some experience with TS and CSS, and might be able to help if this sounds like a good idea :)

Sertion commented 4 years ago

Hello Tzu-ping Chung! Thank you for the issue.

Right now VScode does not support line breaks in notification dialogs. If they add support for line breaks in the future I will definitely add it then.