gitkraken / vscode-gitlens

Supercharge Git inside VS Code and unlock untapped knowledge within each repository — Visualize code authorship at a glance via Git blame annotations and CodeLens, seamlessly navigate and explore Git repositories, gain valuable insights via rich visualizations and powerful comparison commands, and so much more
http://gitkraken.com/gitlens
Other
8.91k stars 1.25k forks source link

Accept multi line in Stash message like commit message #2961

Open BabcB opened 10 months ago

BabcB commented 10 months ago

Feature to accept multiline stash message like commit messages.

And when there is a multiline commit message written in Source Control Input Box and click on stash button it can accept that multiline message as stash message.

Thank you.

eamodio commented 10 months ago

VS Code doesn't yet support multiline inputs yet.

BabcB commented 10 months ago

ok @eamodio, Thanks for the reply

assyrus-favolo commented 2 months ago

hi! So just to have some reference, this is blocked by https://github.com/microsoft/vscode/issues/98098 and @eamodio your PR https://github.com/microsoft/vscode/pull/177045 aims to fix it, right?