Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.i18n.json « npm « extensions « chs « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 452c6ca9d2f61357419651501952606093329ab1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
	"": [
		"--------------------------------------------------------------------------------------------",
		"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."
	],
	"description": "为 npm 脚本提供任务支持的扩展。",
	"displayName": "适用于 VSCode 的 npm 支持",
	"config.npm.autoDetect": "控制是否自动检测 npm 脚本。默认开启",
	"config.npm.runSilent": "使用 \"--silent\" 选项运行 npm 命令。",
	"config.npm.packageManager": "用于运行脚本的程序包管理器。",
	"config.npm.exclude": "配置应从自动脚本检测中排除的文件夹的 glob 模式。",
	"npm.parseError": "Npm 任务检测: 无法分析文件 {0}",
	"taskdef.script": "要自定义的 npm 脚本。",
	"taskdef.path": "包含 package.json 文件的文件夹路径,其中 package.json 文件提供脚本。可以省略。"
}