You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extensions/html/package.nls.json
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
{
2
-
"html.format.enable.desc": "Enable/disable default HTML formatter (requires restart)",
2
+
"html.format.enable.desc": "Enable/disable default HTML formatter",
3
3
"html.format.wrapLineLength.desc": "Maximum amount of characters per line (0 = disable).",
4
4
"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.",
5
5
"html.format.contentUnformatted.desc": "List of tags, comma separated, where the content shouldn't be reformatted. 'null' defaults to the 'pre' tag.",
@@ -18,5 +18,6 @@
18
18
"html.suggest.ionic.desc": "Configures if the built-in HTML language support suggests Ionic tags, properties and values.",
19
19
"html.suggest.html5.desc":"Configures if the built-in HTML language support suggests HTML5 tags, properties and values.",
20
20
"html.validate.scripts": "Configures if the built-in HTML language support validates embedded scripts.",
21
-
"html.validate.styles": "Configures if the built-in HTML language support validates embedded styles."
21
+
"html.validate.styles": "Configures if the built-in HTML language support validates embedded styles.",
22
+
"html.autoClosingTags.enable": "Enable/disable autoclosing of HTML tags."
0 commit comments