Add linkify setting for the markdown preview

Fixes #31801
This commit is contained in:
Matt Bierner
2017-08-01 15:27:43 -07:00
parent b3223a8416
commit 3cf215fb64
3 changed files with 12 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
{
"markdown.preview.breaks.desc": "Sets how line-breaks are rendered in the markdown preview. Setting it to 'true' creates a <br> for every newline.",
"markdown.preview.linkify": "Enable or disable autoconverting URL-like text to links in the markdown preview.",
"markdown.preview.doubleClickToSwitchToEditor.desc": "Double click in the markdown preview to switch to the editor.",
"markdown.preview.fontFamily.desc": "Controls the font family used in the markdown preview.",
"markdown.preview.fontSize.desc": "Controls the font size in pixels used in the markdown preview.",