{"description":"为 HTML 和 Handlebar 文件提供丰富的语言支持","displayName":"HTML 语言功能","html.autoClosingTags":"启用/禁用 HTML 标记的自动关闭。","html.autoCreateQuotes":"启用/禁用自动创建 HTML 属性分配的引号。可通过 #html.completion.attributeDefaultValue#”配置引号类型。","html.completion.attributeDefaultValue":"控制接受完成时属性的默认值。","html.completion.attributeDefaultValue.doublequotes":"属性值设置为 \"\"。","html.completion.attributeDefaultValue.empty":"未设置属性值。","html.completion.attributeDefaultValue.singlequotes":"属性值设置为 ''。","html.customData.desc":"一个相对文件路径列表，这些路径指向采用[自定义数据格式](https://github.com/microsoft/vscode-html-languageservice/blob/master/docs/customData.md)的 JSON 文件。\r\n\r\nVS Code 在启动时加载自定义数据，从而增强它对你在 JSON 文件中指定的自定义 HTML 标记、属性和属性值的 HTML 支持。\r\n\r\n文件路径与工作区相对，且仅考虑工作区文件夹设置。","html.format.contentUnformatted.desc":"标记列表(用逗号隔开)，其中内容不应重新格式化。\"null\" 默认为 \"pre\" 标记。","html.format.enable.desc":"启用或禁用默认 HTML 格式化程序。","html.format.extraLiners.desc":"以逗号分隔的标记列表，其中的标记之前将有额外新行。若为 `null`，默认包含 `\"head, body, /html\"`。","html.format.indentHandlebars.desc":"对 `{{#foo}}` 和 `{{/foo}}` 进行格式化与缩进。","html.format.indentInnerHtml.desc":"缩进 ``<head>`` 和 ``<body>`` 部分。","html.format.maxPreserveNewLines.desc":"保留在一个区块中的换行符的最大数量。若为 `null`，则没有限制。","html.format.preserveNewLines.desc":"控制是否保留元素前已有的换行符。仅适用于元素前，不适用于标记内或文本。","html.format.templating.desc":"接受 django、erb、handlebars 和 php 模板化语言标记。","html.format.unformatted.desc":"以逗号分隔的标记列表，其中的内容不会被重新格式化。若为 `null`，默认包含所有列于 https://www.w3.org/TR/html5/dom.html#phrasing-content 的标记。","html.format.unformattedContentDelimiter.desc":"在此字符串之间保留文本内容。","html.format.wrapAttributes.alignedmultiple":"当超出折行长度时，将属性进行垂直对齐。","html.format.wrapAttributes.auto":"仅在超出行长度时才对属性进行换行。","html.format.wrapAttributes.desc":"对属性进行换行。","html.format.wrapAttributes.force":"对除第一个属性外的其他每个属性进行换行。","html.format.wrapAttributes.forcealign":"对除第一个属性外的其他每个属性进行换行，并保持对齐。","html.format.wrapAttributes.forcemultiline":"对每个属性进行换行。","html.format.wrapAttributes.preserve":"保留属性的包装。","html.format.wrapAttributes.preservealigned":"保留属性的包装，但对齐。","html.format.wrapAttributesIndentSize.desc":"将包装的属性缩进到 N 个字符之后。使用“null”来使用默认缩进大小。如果将 `#html.format.wrapAttributes#` 设置为 “aligned”，则忽略此项。","html.format.wrapLineLength.desc":"每行最大字符数(0 = 禁用)。","html.hover.documentation":"在悬停时显示标记和属性文档。","html.hover.references":"在悬停时显示 MDN 的引用。","html.mirrorCursorOnMatchingTag":"在匹配的 HTML 标记上启用/禁用镜像光标。","html.mirrorCursorOnMatchingTagDeprecationMessage":"已弃用，请改用 \"editor.linkedEditing\"","html.suggest.hideEndTagSuggestions.desc":"控制内置 HTML 语言支持是否建议补全结束标记。禁用后，将不会显示像 `</div>` 之类的结束标记补全。","html.suggest.html5.desc":"配置内置 HTML 语言支持是否建议 HTML5 标记、属性和值。","html.trace.server.desc":"跟踪 VS Code 与 HTML 语言服务器之间的通信。","html.validate.scripts":"配置内置的 HTML 语言支持是否对嵌入的脚本进行验证。","html.validate.styles":"配置内置 HTML 语言支持是否对嵌入的样式进行验证。"}