Merge VS Code 1.23.1 (#1520)

This commit is contained in:
Matt Irvine
2018-06-05 11:24:51 -07:00
committed by GitHub
parent e3baf5c443
commit 0c58f09e59
3651 changed files with 74249 additions and 48599 deletions

View File

@@ -2,33 +2,10 @@
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the Source EULA. See License.txt in the project root for license information.",
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"displayName": "HTML 語言功能",
"description": "為 HTML、Razor 及 Handlebars 檔案提供豐富的語言支援。",
"html.format.enable.desc": "啟用/停用預設 HTML 格式器",
"html.format.wrapLineLength.desc": "每行的字元數上限 (0 = 停用)。",
"html.format.unformatted.desc": "不應重新格式化的逗號分隔標記清單。'null' 預設為 https://www.w3.org/TR/html5/dom.html#phrasing-content 中列出的所有標記。",
"html.format.contentUnformatted.desc": "逗點分隔的標記清單,其中內容的格式不應重新設定。'null' 預設為 'pre' 標記。",
"html.format.indentInnerHtml.desc": "縮排 <head> 及 <body> 區段。",
"html.format.preserveNewLines.desc": "是否應保留項目前方現有的分行符號。僅適用於項目前方,而不適用於標記內或文字。",
"html.format.maxPreserveNewLines.desc": "一個區塊要保留的最大分行符號數。使用 'null' 表示無限制。",
"html.format.indentHandlebars.desc": "格式化並縮排 {{#foo}} 及 {{/foo}}。",
"html.format.endWithNewline.desc": "以新行字元結尾。",
"html.format.extraLiners.desc": "前方應有額外新行字元的標記清單,須以逗號分隔。'null' 的預設值為 \"head, body, /html\"。",
"html.format.wrapAttributes.desc": "將屬性換行。",
"html.format.wrapAttributes.auto": "只在超過行的長度時將屬性換行。",
"html.format.wrapAttributes.force": "將第一個以外的每個屬性換行。",
"html.format.wrapAttributes.forcealign": "將第一個以外的每個屬性換行,並保持對齊。",
"html.format.wrapAttributes.forcemultiline": "將每個屬性換行。",
"html.suggest.angular1.desc": "設定內建 HTML 語言支援是否建議 Angular V1 標記和屬性。",
"html.suggest.ionic.desc": "設定內建 HTML 語言支援是否建議 Ionic 標記、屬性和值。",
"html.suggest.html5.desc": "設定內建 HTML 語言支援是否建議 HTML5 標記、屬性和值。",
"html.trace.server.desc": "追蹤 VS Code 與 HTML 語言伺服器之間的通訊。",
"html.validate.scripts": "設定內建 HTML 語言支援是否會驗證內嵌指定碼。",
"html.validate.styles": "設定內建 HTML 語言支援是否會驗證內嵌樣式。",
"html.experimental.syntaxFolding": "啟用/停用語法感知摺疊標記。",
"html.autoClosingTags": "啟用/停用 HTML 標籤的自動關閉功能。"
"displayName": "HTML 語言基礎知識",
"description": "為 HTML 檔案提供語法醒目提示、括弧對應與程式碼片段功能。"
}