Initial VS Code 1.19 source merge (#571)

* Initial 1.19 xcopy

* Fix yarn build

* Fix numerous build breaks

* Next batch of build break fixes

* More build break fixes

* Runtime breaks

* Additional post merge fixes

* Fix windows setup file

* Fix test failures.

* Update license header blocks to refer to source eula
This commit is contained in:
Karl Burtram
2018-01-28 23:37:17 -08:00
committed by GitHub
parent 9a1ac20710
commit 251ae01c3e
8009 changed files with 93378 additions and 35634 deletions

View File

@@ -1,6 +1,6 @@
/*---------------------------------------------------------------------------------------------
* 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.
{

View File

@@ -0,0 +1,12 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"secondInstanceNoResponse": "{0} の別のインスタンスが実行中ですが応答していません",
"secondInstanceNoResponseDetail": "他すべてのインスタンスを閉じてからもう一度お試しください。",
"secondInstanceAdmin": "{0} の 2 つ目のインスタンスが既に管理者として実行されています。",
"secondInstanceAdminDetail": "他すべてのインスタンスを閉じてからもう一度お試しください。",
"close": "閉じる(&&C)"
}

View File

@@ -1,6 +1,6 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
@@ -22,12 +22,12 @@
"miQuit": "{0} を終了",
"miNewFile": "新規ファイル(&&N)",
"miOpen": "開く(&&O)...",
"miOpenWorkspace": "ワークスペースを開く(&&O)...",
"miOpenWorkspace": "ワークスペースを開く(&&K)...",
"miOpenFolder": "フォルダーを開く(&&F)...",
"miOpenFile": "ファイルを開く(&&O)...",
"miOpenRecent": "最近使用した項目を開く(&&R)",
"miSaveWorkspaceAs": "名前を付けてワークスペースを保存(&&S)...",
"miAddFolderToWorkspace": "ワークスペースにフォルダーを追加(&&A)...",
"miSaveWorkspaceAs": "名前を付けてワークスペースを保存...",
"miAddFolderToWorkspace": "ワークスペースにフォルダーを追加(&&D)...",
"miSave": "保存(&&S)",
"miSaveAs": "名前を付けて保存(&&A)...",
"miSaveAll": "すべて保存(&&L)",
@@ -157,7 +157,7 @@
"mMergeAllWindows": "すべてのウィンドウを統合",
"miToggleDevTools": "開発者ツールの切り替え(&&T)",
"miAccessibilityOptions": "ユーザー補助オプション(&&O)",
"miReportIssues": "問題の報告(&&I)",
"miReportIssue": "問題の報告(&&I)",
"miWelcome": "ようこそ(&&W)",
"miInteractivePlayground": "対話型プレイグラウンド(&&I)",
"miDocumentation": "参照資料(&&D)",
@@ -184,6 +184,7 @@
"miDownloadingUpdate": "更新をダウンロードしています...",
"miInstallingUpdate": "更新プログラムをインストールしています...",
"miCheckForUpdates": "更新の確認...",
"aboutDetail": "\nバージョン {0}\nコミット {1}\n日付 {2}\nシェル {3}\nレンダラー {4}\nNode {5}\nアーキテクチャ {6}",
"okButton": "OK"
"aboutDetail": "バージョン {0}\nコミット {1}\n日付 {2}\nシェル {3}\nレンダラー {4}\nNode {5}\nアーキテクチャ {6}",
"okButton": "OK",
"copy": "コピー (&&C)"
}

View File

@@ -1,6 +1,6 @@
/*---------------------------------------------------------------------------------------------
* 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.
{

View File

@@ -1,6 +1,6 @@
/*---------------------------------------------------------------------------------------------
* 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.
{

View File

@@ -1,6 +1,6 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
@@ -8,6 +8,7 @@
"notInstalled": "拡張機能 '{0}' がインストールされていません。",
"useId": "発行元などの完全な拡張機能 ID を使用していることをご確認ください。例: {0}",
"successVsixInstall": "拡張機能 '{0}' が正常にインストールされました。",
"cancelVsixInstall": "拡張機能 '{0}' のインストールをキャンセルしました。",
"alreadyInstalled": "拡張機能 '{0}' は既にインストールされています。",
"foundExtension": "マーケットプレースで '{0}' が見つかりました。",
"installing": "インストールしています...",