Merge VS Code 1.21 source code (#1067)

* Initial VS Code 1.21 file copy with patches

* A few more merges

* Post npm install

* Fix batch of build breaks

* Fix more build breaks

* Fix more build errors

* Fix more build breaks

* Runtime fixes 1

* Get connection dialog working with some todos

* Fix a few packaging issues

* Copy several node_modules to package build to fix loader issues

* Fix breaks from master

* A few more fixes

* Make tests pass

* First pass of license header updates

* Second pass of license header updates

* Fix restore dialog issues

* Remove add additional themes menu items

* fix select box issues where the list doesn't show up

* formatting

* Fix editor dispose issue

* Copy over node modules to correct location on all platforms
This commit is contained in:
Karl Burtram
2018-04-04 15:27:51 -07:00
committed by GitHub
parent 5fba3e31b4
commit dafb780987
9412 changed files with 141255 additions and 98813 deletions

View File

@@ -1,28 +1,32 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the Source EULA. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"displayName": "CSS 言語機能",
"description": "CSS、LESS、SCSS ファイルに豊富な言語サポートを提供。",
"css.title": "CSS",
"css.lint.argumentsInColorFunction.desc": "正しくないパラメーター数",
"css.lint.boxModel.desc": "パディングまたは枠線を使用する場合は幅または高さを使用しないでください",
"css.lint.compatibleVendorPrefixes.desc": "ベンダー固有のプレフィックスを使用する場合は、他すべてのベンダー固有のプロパティも必ず含めてください",
"css.lint.argumentsInColorFunction.desc": "無効なパラメーター数",
"css.lint.boxModel.desc": "padding や border を使用するときに width や height を使用しないでください",
"css.lint.compatibleVendorPrefixes.desc": "ベンダー プレフィックス を使用するときは、他すべてのベンダー プレフィックスも必ず含めてください",
"css.lint.duplicateProperties.desc": "重複するスタイル定義を使用しないでください",
"css.lint.emptyRules.desc": "空の規則セットを使用しないでください",
"css.lint.float.desc": "'float' 使用しないでください。float を使用すると、レイアウトの一部が変更されたときに CSS が破損しやすくなります。",
"css.lint.float.desc": "'float' 使用を避けてください。float は脆弱な CSS につながり、レイアウトの一部が変更されたときに CSS が破損しやすくなります。",
"css.lint.fontFaceProperties.desc": "@font-face 規則で 'src' プロパティと 'font-family' プロパティを定義する必要があります",
"css.lint.hexColorLength.desc": "16 進数の色には3 つまたは 6 つの 16 進数が含まれる必要があります",
"css.lint.hexColorLength.desc": "Hex には 3 つまたは 6 つの 16 進数が含まれる必要があります",
"css.lint.idSelector.desc": "セレクターには ID を含めないでください。これらの規則と HTML の結合が密接すぎます。",
"css.lint.ieHack.desc": "IE ハックは、IE7 以前をサポートする場合にのみ必要です",
"css.lint.important.desc": "!important は使用しないでください。これは CSS 全体の特定性が制御不能になり、リファクタリングが必要なことを示しています。",
"css.lint.importStatement.desc": "複数の Import ステートメントを同時に読み込むことはできません",
"css.lint.propertyIgnoredDueToDisplay.desc": "表示によりプロパティ無視されます。たとえば、'display: inline' の場合、width、height、margin-top、margin-bottom、および float プロパティには効果がありません",
"css.lint.propertyIgnoredDueToDisplay.desc": "display によってプロパティ無視ます。例: 'display: inline' の場合、width、height、margin-top、margin-bottom、float プロパティには効果がありません",
"css.lint.universalSelector.desc": "ユニバーサル セレクター (*) を使用すると処理速度が低下することが分かっています",
"css.lint.unknownProperties.desc": "不明なプロパティ。",
"css.lint.unknownVendorSpecificProperties.desc": "不明なベンダー固有のプロパティ。",
"css.lint.vendorPrefix.desc": "ベンダー固有のプレフィックスを使用する場合は、標準のプロパティも含めます",
"css.lint.zeroUnits.desc": "0 単位は必要ありません",
"css.lint.zeroUnits.desc": "0 単位は必要ありません",
"css.trace.server.desc": "VS Code と CSS 言語サーバー間の通信をトレースします。",
"css.validate.title": "CSS の検証と問題の重大度を制御します。",
"css.validate.desc": "すべての検証を有効または無効にします",