Provide real name and description for markdown extension

#43978
This commit is contained in:
Matt Bierner
2018-02-21 18:28:23 -08:00
parent 6fb3e81569
commit ed8aa7702b
2 changed files with 6 additions and 4 deletions

View File

@@ -1,4 +1,6 @@
{
"displayName": "Markdown Language Features",
"description": "Provides rich language support for Markdown.",
"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 conversion of URL-like text to links in the markdown preview.",
"markdown.preview.doubleClickToSwitchToEditor.desc": "Double click in the markdown preview to switch to the editor.",