From ca56ef3344b796b9e9c36336dc764718ee1069e5 Mon Sep 17 00:00:00 2001 From: Joyce Er Date: Sun, 10 Sep 2023 23:18:34 -0700 Subject: [PATCH] fix: use markdown for HTML setting description (#192633) --- extensions/html-language-features/package.json | 2 +- extensions/html-language-features/package.nls.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/extensions/html-language-features/package.json b/extensions/html-language-features/package.json index 422fce5e7f6..a18aed6e955 100644 --- a/extensions/html-language-features/package.json +++ b/extensions/html-language-features/package.json @@ -54,7 +54,7 @@ "%html.completion.attributeDefaultValue.empty%" ], "default": "doublequotes", - "description": "%html.completion.attributeDefaultValue%" + "markdownDescription": "%html.completion.attributeDefaultValue%" }, "html.customData": { "type": "array", diff --git a/extensions/html-language-features/package.nls.json b/extensions/html-language-features/package.nls.json index acb6474d63e..f36ecf34f02 100644 --- a/extensions/html-language-features/package.nls.json +++ b/extensions/html-language-features/package.nls.json @@ -21,7 +21,7 @@ "html.format.wrapAttributes.preservealigned": "Preserve wrapping of attributes but align.", "html.format.templating.desc": "Honor django, erb, handlebars and php templating language tags.", "html.format.unformattedContentDelimiter.desc": "Keep text content together between this string.", - "html.format.wrapAttributesIndentSize.desc": "Indent wrapped attributes to after N characters. Use `null` to use the default indent size. Ignored if `#html.format.wrapAttributes#` is set to 'aligned'.", + "html.format.wrapAttributesIndentSize.desc": "Indent wrapped attributes to after N characters. Use `null` to use the default indent size. Ignored if `#html.format.wrapAttributes#` is set to `aligned`.", "html.suggest.html5.desc": "Controls whether the built-in HTML language support suggests HTML5 tags, properties and values.", "html.trace.server.desc": "Traces the communication between VS Code and the HTML language server.", "html.validate.scripts": "Controls whether the built-in HTML language support validates embedded scripts.",