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

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/chs/extensions/npm/package.i18n.json')
-rw-r--r--i18n/chs/extensions/npm/package.i18n.json7
1 files changed, 5 insertions, 2 deletions
diff --git a/i18n/chs/extensions/npm/package.i18n.json b/i18n/chs/extensions/npm/package.i18n.json
index fb34b501a91..452c6ca9d2f 100644
--- a/i18n/chs/extensions/npm/package.i18n.json
+++ b/i18n/chs/extensions/npm/package.i18n.json
@@ -8,8 +8,11 @@
],
"description": "为 npm 脚本提供任务支持的扩展。",
"displayName": "适用于 VSCode 的 npm 支持",
- "config.npm.autoDetect": "控制自动检测 npm 脚本是否打开。默认开启。",
+ "config.npm.autoDetect": "控制是否自动检测 npm 脚本。默认开启",
"config.npm.runSilent": "使用 \"--silent\" 选项运行 npm 命令。",
"config.npm.packageManager": "用于运行脚本的程序包管理器。",
- "npm.parseError": "Npm 任务检测: 无法分析文件 {0}"
+ "config.npm.exclude": "配置应从自动脚本检测中排除的文件夹的 glob 模式。",
+ "npm.parseError": "Npm 任务检测: 无法分析文件 {0}",
+ "taskdef.script": "要自定义的 npm 脚本。",
+ "taskdef.path": "包含 package.json 文件的文件夹路径,其中 package.json 文件提供脚本。可以省略。"
} \ No newline at end of file