artrz / vscode-gitstash

Adds extra Git stash powers to VS Code
https://marketplace.visualstudio.com/items?itemName=arturock.gitstash
MIT License
25 stars 4 forks source link

Multiline string settings are now supported in the settings editor #62

Closed rzhao271 closed 3 years ago

rzhao271 commented 3 years ago

Ref microsoft/vscode#79571

Hi! Just a note that you can now add the "editPresentation": "multilineText" key-value pair to any string setting that can take multiple lines (such as gitstash.explorer.labels.repositoryTooltipFormat). In the settings editor, the setting will then display a textarea rather than a single-line inputbox. The feature is currently available in the Insiders edition of VS Code, and will be released to Stable in around two weeks.

artrz commented 3 years ago

Hi @rzhao271. Thanks! Next release will contain this update