mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
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:
@@ -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": "在使用廠商專屬的前置詞時,請確定也包括其他所有的廠商特定屬性。",
|
||||
|
||||
Reference in New Issue
Block a user