Refresh master with initial release/0.24 snapshot (#332)

* Initial port of release/0.24 source code

* Fix additional headers

* Fix a typo in launch.json
This commit is contained in:
Karl Burtram
2017-12-15 15:38:57 -08:00
committed by GitHub
parent 271b3a0b82
commit 6ad0df0e3e
7118 changed files with 107999 additions and 56466 deletions

View File

@@ -1,6 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
* Licensed under the Source EULA. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{

View File

@@ -1,9 +1,10 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA License. See License.txt in the project root for license information.
* Licensed under the Source EULA. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"css.title": "CSS",
"css.lint.argumentsInColorFunction.desc": "參數數目無效",
"css.lint.boxModel.desc": "使用填補或框線時不要使用寬度或高度。",
"css.lint.compatibleVendorPrefixes.desc": "在使用廠商專屬的前置詞時,請確定也包括其他所有的廠商特定屬性。",
@@ -25,6 +26,7 @@
"css.trace.server.desc": "追蹤 VS Code 與 CSS 語言伺服器之間的通訊。",
"css.validate.title": "控制 CSS 驗證與問題嚴重性。",
"css.validate.desc": "啟用或停用所有驗證",
"less.title": "LESS",
"less.lint.argumentsInColorFunction.desc": "參數數目無效",
"less.lint.boxModel.desc": "使用填補或框線時不要使用寬度或高度。",
"less.lint.compatibleVendorPrefixes.desc": "在使用廠商專屬的前置詞時,請確定也包括其他所有的廠商特定屬性。",
@@ -45,6 +47,7 @@
"less.lint.zeroUnits.desc": "零不需要任何單位",
"less.validate.title": "控制 LESS 驗證與問題嚴重性。",
"less.validate.desc": "啟用或停用所有驗證",
"scss.title": "SCSS (Sass)",
"scss.lint.argumentsInColorFunction.desc": "參數數目無效",
"scss.lint.boxModel.desc": "使用填補或框線時不要使用寬度或高度。",
"scss.lint.compatibleVendorPrefixes.desc": "在使用廠商專屬的前置詞時,請確定也包括其他所有的廠商特定屬性。",