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} 的第二个实例已经以管理员身份运行。",
"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}\nShell {3}\n渲染器 {4}\nNode {5}\n架构 {6}",
"okButton": "确定"
"aboutDetail": "版本 {0}\n提交 {1}\n日期 {2}\nShell {3}\n渲染器 {4}\nNode {5}\n架构 {6}",
"okButton": "确定",
"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,8 +8,9 @@
"notInstalled": "未安装扩展“{0}”。",
"useId": "确保使用完整扩展 ID包括发布服务器如: {0}",
"successVsixInstall": "已成功安装扩展“{0}”!",
"cancelVsixInstall": "已取消安装扩展“{0}”。",
"alreadyInstalled": "已安装扩展“{0}”。",
"foundExtension": "在应用商店中找到了“{0}”。",
"foundExtension": "在商店中找到了“{0}”。",
"installing": "正在安装...",
"successInstall": "已成功安装扩展“{0}” v{1}!",
"uninstalling": "正在卸载 {0}...",