Edit pass on new built-in extension comments (#54277)

This commit is contained in:
Greg Van Liew
2018-07-13 15:28:27 -07:00
committed by Ramya Rao
parent e89ed6eb3a
commit c150d0d42d
16 changed files with 43 additions and 44 deletions

View File

@@ -1,6 +1,6 @@
# Language Features for HTML.
# Language Features for HTML
**Notice** This extension is bundled with Visual Studio Code. It can be disabled but not uninstalled.
**Notice:** This extension is bundled with Visual Studio Code. It can be disabled but not uninstalled.
## Features

View File

@@ -1,6 +1,6 @@
{
"displayName": "HTML Language Features",
"description": "Provides rich language support for HTML, Razor and Handlebar files.",
"description": "Provides rich language support for HTML, Razor, and Handlebar files",
"html.format.enable.desc": "Enable/disable default HTML formatter",
"html.format.wrapLineLength.desc": "Maximum amount of characters per line (0 = disable).",
"html.format.unformatted.desc": "List of tags, comma separated, that shouldn't be reformatted. 'null' defaults to all tags listed at https://www.w3.org/TR/html5/dom.html#phrasing-content.",