Merge VS Code 1.23.1 (#1520)

This commit is contained in:
Matt Irvine
2018-06-05 11:24:51 -07:00
committed by GitHub
parent e3baf5c443
commit 0c58f09e59
3651 changed files with 74249 additions and 48599 deletions

View File

@@ -0,0 +1,11 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"npm.noDebugOptions": "无法启动“{0}”并进行调试。脚本缺少 Node 调试选项,如 \"--inspect-brk\"。",
"npm.scriptInvalid": "找不到脚本“{0}”。请尝试刷新视图。"
}

View File

@@ -0,0 +1,10 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"npm.parseError": "Npm 任务检测: 无法分析文件 {0}"
}

View File

@@ -2,7 +2,7 @@
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
@@ -12,7 +12,15 @@
"config.npm.runSilent": "使用 \"--silent\" 选项运行 npm 命令。",
"config.npm.packageManager": "用于运行脚本的程序包管理器。",
"config.npm.exclude": "配置应从自动脚本检测中排除的文件夹的 glob 模式。",
"config.npm.enableScriptExplorer": "当工作区包含 \"package.json\" 文件时,启用 npm 脚本资源管理器视图。",
"npm.parseError": "Npm 任务检测: 无法分析文件 {0}",
"taskdef.script": "要自定义的 npm 脚本。",
"taskdef.path": "包含 package.json 文件的文件夹路径,其中 package.json 文件提供脚本。可以省略。"
"taskdef.path": "包含 package.json 文件的文件夹路径,其中 package.json 文件提供脚本。可以省略。",
"view.name": "Npm 脚本",
"command.refresh": "刷新",
"command.run": "运行",
"command.debug": "调试",
"command.openScript": "开放",
"npm.scriptInvalid": "找不到脚本“{0}”。请尝试刷新视图。",
"npm.noDebugOptions": "无法启动“{0}”并进行调试。脚本缺少 Node 调试选项,如 \"--inspect-brk\"。"
}