description & name for built-in languages (#43978)

This commit is contained in:
Martin Aeschlimann
2018-02-20 10:07:16 +01:00
parent ed0e90391f
commit e45d279b36
70 changed files with 206 additions and 2 deletions

View File

@@ -1,4 +1,6 @@
{
"displayName": "HTML Language Features",
"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.",