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,9 +1,13 @@
/*---------------------------------------------------------------------------------------------
* 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": "Git",
"description": "Git SCM 整合",
"command.clone": "複製",
"command.init": "初始化儲存庫",
"command.close": "關閉存放庫",
@@ -54,12 +58,13 @@
"command.stashPopLatest": "快顯上一次的隱藏",
"config.enabled": "是否啟用 GIT",
"config.path": "Git 可執行檔的路徑",
"config.autoRepositoryDetection": "是否自動偵測儲存庫",
"config.autorefresh": "是否啟用自動重新整理",
"config.autofetch": "是否啟用自動擷取",
"config.enableLongCommitWarning": "是否發出長認可訊息的警告",
"config.confirmSync": "請先確認再同步處理 GIT 存放庫",
"config.countBadge": "控制 git 徽章計數器。[全部] 會計算所有變更。[已追蹤] 只會計算追蹤的變更。[關閉] 會將其關閉。",
"config.checkoutType": "控制在執行 [簽出至...] 時,會列出些類型的分支。[全部] 會顯示所有參考,[本機] 只會顯示本機分支,[標] 只會顯示標記,[遠端] 只會顯示遠端分支。",
"config.checkoutType": "控制在執行 [簽出至...] 時,會列出些類型的分支。[全部] 會顯示所有參考,[本機] 只會顯示本機分支,[標] 只會顯示標籤,以及 [遠端] 只會顯示遠端分支。",
"config.ignoreLegacyWarning": "略過舊的 Git 警告",
"config.ignoreMissingGitWarning": "忽略遺漏 Git 時的警告",
"config.ignoreLimitWarning": "當儲存庫中有過多變更時,略過警告。",
@@ -68,9 +73,14 @@
"config.enableCommitSigning": "啟用 GPG 認可簽署。",
"config.discardAllScope": "控制 `Discard all changes` 命令會捨棄的變更。`all` 會捨棄所有變更。`tracked` 只會捨棄追蹤的檔案。`prompt` 會在每次動作執行時顯示提示對話方塊。",
"config.decorations.enabled": "控制 Git 是否提供色彩及徽章給總管及開啟編輯器視窗。",
"config.promptToSaveFilesBeforeCommit": "控制Git是否應該在提交之前檢查未儲存的檔案。",
"config.showInlineOpenFileAction": "控制是否在Git變更列表中的檔名旁顯示“開啟檔案”的動作按鈕。",
"config.inputValidation": "控制何時顯示認可訊息輸入驗證。",
"config.detectSubmodules": "控制是否自動偵測 Git 子模組。",
"colors.modified": "修改資源的顏色。",
"colors.deleted": "刪除資源的顏色",
"colors.untracked": "未追蹤資源的顏色。",
"colors.ignored": "忽略資源的顏色。",
"colors.conflict": "帶有衝突資源的顏色。"
"colors.conflict": "帶有衝突資源的顏色。",
"colors.submodule": "子模組資源的顏色"
}