Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
rzhao271 opened this issue Jul 23, 2021 · 1 comment · Fixed by #65
Closed

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

rzhao271 opened this issue Jul 23, 2021 · 1 comment · Fixed by #65

Comments

@rzhao271
Copy link

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
Copy link
Owner

artrz commented Jul 28, 2021

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

@artrz artrz mentioned this issue Jul 28, 2021
@artrz artrz closed this as completed in #65 Jul 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants