@codingame/monaco-vscode-language-pack-zh-hans 8.0.4 → 9.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codingame/monaco-vscode-language-pack-zh-hans",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "9.0.2",
|
|
4
4
|
"keywords": [],
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "CodinGame",
|
|
@@ -18,6 +18,6 @@
|
|
|
18
18
|
"module": "index.js",
|
|
19
19
|
"types": "index.d.ts",
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"vscode": "npm:@codingame/monaco-vscode-api@
|
|
21
|
+
"vscode": "npm:@codingame/monaco-vscode-api@9.0.2"
|
|
22
22
|
}
|
|
23
23
|
}
|
|
@@ -64,6 +64,12 @@
|
|
|
64
64
|
"commands.callersRemoveAll.label": "删除所有排除的调用方",
|
|
65
65
|
"commands.disableSourceMapStepping.label": "禁用源映射单步执行",
|
|
66
66
|
"commands.enableSourceMapStepping.label": "启用源映射单步执行",
|
|
67
|
+
"commands.networkClear.label": "清除网络日志",
|
|
68
|
+
"commands.networkCopyURI.label": "复制请求 URL",
|
|
69
|
+
"commands.networkOpenBody.label": "打开响应正文",
|
|
70
|
+
"commands.networkOpenBodyInHexEditor.label": "在十六进制编辑器中打开响应正文",
|
|
71
|
+
"commands.networkReplayXHR.label": "重播请求",
|
|
72
|
+
"commands.networkViewRequest.label": "以 cURL 形式查看请求",
|
|
67
73
|
"configuration.autoAttachMode": "配置在 \"#debug.node.autoAttach#\" 处于启用状态时自动附加和调试的进程。无论此设置如何,都始终附加到启动的带有 \"--inspect\" 标志的节点进程。",
|
|
68
74
|
"configuration.autoAttachMode.always": "自动附加到终端中启动的每个 Node.js 进程。",
|
|
69
75
|
"configuration.autoAttachMode.disabled": "自动附加被禁用,且不在状态栏中显示。",
|
|
@@ -74,6 +80,7 @@
|
|
|
74
80
|
"configuration.breakOnConditionalError": "在条件断点引发错误时是否停止。",
|
|
75
81
|
"configuration.debugByLinkOptions": "调试时从调试终端内部单击链接使用的选项。可设置为\"false\"以禁用此行为。",
|
|
76
82
|
"configuration.defaultRuntimeExecutables": "用于启动配置的默认 \"runtimeExecutable\" (如果未指定)。这可用于配置 Node.js 或浏览器安装项的自定义路径。",
|
|
83
|
+
"configuration.enableNetworkView": "为支持它的目标启用实验性网络视图。",
|
|
77
84
|
"configuration.npmScriptLensLocation": "在 npm 脚本中应显示“运行”和“调试”代码的位置。 它可以在脚本部分的“全部”、脚本、脚本部分的“顶部”或“从不”上面。",
|
|
78
85
|
"configuration.pickAndAttachOptions": "通过 `Debug: Attach to Node.js Process` 命令调试进程时使用的默认选项",
|
|
79
86
|
"configuration.resourceRequestOptions": "在调试器中加载资源(如源映射)时可使用的请求选项。例如,如果你的源映射需要身份验证或使用自签名证书,则可能需要配置此设置。选项用于创建使用 [`got`](https://github.com/sindresorhus/got) 库的请求。\r\n\r\n可通过传递 `{ \"https\": { \"rejectUnauthorized\": false } }` 来实现禁用证书验证的常见情况。",
|
|
@@ -137,6 +144,7 @@
|
|
|
137
144
|
"node.console.title": "Node 调试控制台",
|
|
138
145
|
"node.disableOptimisticBPs.description": "请勿在任何文件中设置断点,除非该文件已加载源映射。",
|
|
139
146
|
"node.enableTurboSourcemaps.description": "配置是否使用速度更快的全新源映射发现机制",
|
|
147
|
+
"node.experimentalNetworking.description": "在 Node.js 中启用实验性检查。如果设置为 `自动`,则会为支持它的 Node.js 版本启用此功能。可以将其设置为 `开` 或 `关` 以显式启用或禁用它。",
|
|
140
148
|
"node.killBehavior.description": "配置在停止会话时如何终止调试进程。可以是:\r\n\r\n- forceful (default): 强制关闭进程树。在 posix 上发送 SIGKILL,在 Windows 上发送 \"taskkill.exe /F\"。\r\n- polite: 正常关闭进程树。可能出现按此方式关闭后继续运行行为出错的进程的情况。在 posix 上发送 SIGTERM,在 Windows 上发送 \"taskkill.exe\" 但不带 \"/F\" (强制)标志。\r\n- 无: 将不终止。",
|
|
141
149
|
"node.label": "Node.js",
|
|
142
150
|
"node.launch.args.description": "传递给程序的命令行参数。\r\n\r\n可以是字符串数组或单个字符串。在终端中启动程序时,将此属性设置为单个字符串将导致 shell 的参数无法转义。",
|
|
@@ -265,6 +273,7 @@
|
|
|
265
273
|
"Closure ({0})": "闭包({0})",
|
|
266
274
|
"Console profile started": "已启动控制台配置文件",
|
|
267
275
|
"Could not connect to any UWP Webview pipe. Make sure your webview is hosted in debug mode, and that the `pipeName` in your `launch.json` is correct.": "无法连接到任何 UWP Webview 管道。确保在调试模式下托管 Web 视图,并且 `launch.json` 中的 `pipeName` 正确无误。",
|
|
276
|
+
"Could not find a location for the variable": "找不到变量的位置",
|
|
268
277
|
"Could not query the provided object": "无法查询提供的对象",
|
|
269
278
|
"Could not read source map for {0}: {1}": "无法读取 {0} 的源映射: {1}",
|
|
270
279
|
"Could not read {0}: {1}": "无法读取 {0}: {1}",
|
|
@@ -311,8 +320,10 @@
|
|
|
311
320
|
"Lost connection to debugee, reconnecting in {0}ms\r\n": "已断开与调试对象的连接,将在 {0} 毫秒后重新连接\r\n",
|
|
312
321
|
"Manual": "手动",
|
|
313
322
|
"Module": "模块",
|
|
323
|
+
"Networking not available.": "网络不可用。",
|
|
314
324
|
"Never": "从不",
|
|
315
325
|
"No": "否",
|
|
326
|
+
"No npm scripts found in the workspace folder.": "No npm scripts found in the workspace folder.",
|
|
316
327
|
"No npm scripts found in your package.json": "在 package.json 中找不到 npm 脚本",
|
|
317
328
|
"No package.json files found in your workspace.": "在工作区中找不到 package.json 文件。",
|
|
318
329
|
"No workspace folder open.": "未打开工作区文件夹。",
|
|
@@ -353,15 +364,18 @@
|
|
|
353
364
|
"Resume AudioContext": "恢复 AudioContext",
|
|
354
365
|
"Return value": "返回值",
|
|
355
366
|
"Run Current File": "运行当前文件",
|
|
367
|
+
"Run Node.js tool": "Run Node.js tool",
|
|
356
368
|
"Run Script: {0}": "运行脚本: {0}",
|
|
357
369
|
"Run for a specific amount of time": "运行特定时间",
|
|
358
370
|
"Run until a specific breakpoint is hit": "运行直到命中特定断点为止",
|
|
359
371
|
"Run until manually stopped": "运行直到手动停止为止",
|
|
372
|
+
"Runs a Node.js command-line installed in the workspace node_modules.": "Runs a Node.js command-line installed in the workspace node_modules.",
|
|
360
373
|
"Saving": "正在保存",
|
|
361
374
|
"Script": "脚本",
|
|
362
375
|
"Script Blocked by Content Security Policy": "脚本受到内容安全策略阻止",
|
|
363
376
|
"Script First Statement": "编写第一条语句的脚本",
|
|
364
377
|
"Select a tab": "选择选项卡",
|
|
378
|
+
"Select a tool to run": "Select a tool to run",
|
|
365
379
|
"Select current working directory for new terminal": "选择当前工作目录新建终端",
|
|
366
380
|
"Select test configuration to run": "选择要运行的测试配置",
|
|
367
381
|
"Select the page where you want to open the devtools": "选择要在其中打开开发工具的页面",
|
|
@@ -246,7 +246,7 @@
|
|
|
246
246
|
"javascript.format.enable": "启用/禁用 JavaScript 格式化程序。",
|
|
247
247
|
"javascript.goToProjectConfig.title": "转到项目配置(jsconfig/tsconfig)",
|
|
248
248
|
"javascript.preferences.jsxAttributeCompletionStyle.auto": "根据属性类型,在属性名称后插入 `={}` or `=\"\"`。请参见 `javascript.preferences.quoteStyle`,控制用于字符串属性的引号样式。",
|
|
249
|
-
"javascript.preferences.organizeImports": "
|
|
249
|
+
"javascript.preferences.organizeImports": "控制导入顺序的高级首选项。",
|
|
250
250
|
"javascript.referencesCodeLens.enabled": "启用/禁用在 JavaScript 文件中引用 CodeLens。",
|
|
251
251
|
"javascript.referencesCodeLens.showOnAllFunctions": "启用/禁用在 JavaScript 文件中对所有函数的 CodeLens 引用。",
|
|
252
252
|
"javascript.suggestionActions.enabled": "启用或禁用编辑器中 JavaScript 文件的建议诊断。",
|
|
@@ -268,7 +268,7 @@
|
|
|
268
268
|
"typescript.npm": "指定为 [自动类型获取](https://code.visualstudio.com/docs/nodejs/working-with-javascript#_typings-and-automatic-type-acquisition) 使用的 npm 可执行文件的路径。",
|
|
269
269
|
"typescript.openTsServerLog.title": "打开 TS 服务器日志",
|
|
270
270
|
"typescript.preferences.autoImportFileExcludePatterns": "从自动导入中排除指定文件的 glob 模式。相对路径是相对于工作区进行解析的。使用 tsconfig.json ['exclude'](https://www.typescriptlang.org/tsconfig#exclude)语义计算模式。",
|
|
271
|
-
"typescript.preferences.autoImportSpecifierExcludeRegexes": "
|
|
271
|
+
"typescript.preferences.autoImportSpecifierExcludeRegexes": "指定正则表达式以排除包含匹配导入说明符的自动导入。示例:\r\n\r\n- `^node:`\r\n- `lib/internal` (无需对斜杠进行转义...)\r\n- `/lib\\/internal/i` (...除非包括 `i` 或 `u` 标志周围的斜杠)\r\n- `^lodash$` (仅允许从 lodash 进行子路径导入)",
|
|
272
272
|
"typescript.preferences.importModuleSpecifier": "自动 import 语句中路径的首选样式。",
|
|
273
273
|
"typescript.preferences.importModuleSpecifier.nonRelative": "根据在 `jsconfig.json` / `tsconfig.json` 中配置的 `baseUrl` 或 `paths` 首选不相关导入。",
|
|
274
274
|
"typescript.preferences.importModuleSpecifier.projectRelative": "仅当相对导入路径从包或项目目录中移除后,才首选使用非相对导入。",
|
|
@@ -288,20 +288,20 @@
|
|
|
288
288
|
"typescript.preferences.jsxAttributeCompletionStyle.auto": "根据属性类型,在属性名称后插入 `={}` or `=\"\"`。请参见 `typescript.preferences.quoteStyle`,控制用于字符串属性的引号样式。",
|
|
289
289
|
"typescript.preferences.jsxAttributeCompletionStyle.braces": "在属性名称后插入 `={}`。",
|
|
290
290
|
"typescript.preferences.jsxAttributeCompletionStyle.none": "仅插入属性名称。",
|
|
291
|
-
"typescript.preferences.organizeImports": "
|
|
292
|
-
"typescript.preferences.organizeImports.accentCollation": "
|
|
293
|
-
"typescript.preferences.organizeImports.caseFirst": "指示大写是否在小写前面。仅适用于 `organizeImportsCollation: 'unicode'
|
|
294
|
-
"typescript.preferences.organizeImports.caseSensitivity.auto": "
|
|
295
|
-
"typescript.preferences.organizeImports.caseSensitivity.insensitive": "
|
|
296
|
-
"typescript.preferences.organizeImports.caseSensitivity.sensitive": "
|
|
297
|
-
"typescript.preferences.organizeImports.locale": "
|
|
298
|
-
"typescript.preferences.organizeImports.numericCollation": "
|
|
299
|
-
"typescript.preferences.organizeImports.typeOrder.auto": "
|
|
300
|
-
"typescript.preferences.organizeImports.typeOrder.first": "
|
|
301
|
-
"typescript.preferences.organizeImports.typeOrder.inline": "
|
|
302
|
-
"typescript.preferences.organizeImports.typeOrder.last": "
|
|
303
|
-
"typescript.preferences.organizeImports.unicodeCollation.ordinal": "
|
|
304
|
-
"typescript.preferences.organizeImports.unicodeCollation.unicode": "使用 Unicode
|
|
291
|
+
"typescript.preferences.organizeImports": "控制导入顺序的高级首选项。",
|
|
292
|
+
"typescript.preferences.organizeImports.accentCollation": "将带变音符号的字符与基本字符比较,将二者视为不相等。",
|
|
293
|
+
"typescript.preferences.organizeImports.caseFirst": "指示大写是否在小写前面。仅适用于 `organizeImportsCollation: 'unicode'`。",
|
|
294
|
+
"typescript.preferences.organizeImports.caseSensitivity.auto": "检测导入排序是否区分大小写。",
|
|
295
|
+
"typescript.preferences.organizeImports.caseSensitivity.insensitive": "按区分大小写的方式对导入进行排序。",
|
|
296
|
+
"typescript.preferences.organizeImports.caseSensitivity.sensitive": "按区分大小写的方式对导数进行排序。",
|
|
297
|
+
"typescript.preferences.organizeImports.locale": "替代用于排序规则的区域设置。指定 `auto` 以使用 UI 区域设置。仅适用于 `organizeImportsCollation: 'unicode'`。",
|
|
298
|
+
"typescript.preferences.organizeImports.numericCollation": "按整数值对数值字符串进行排序。",
|
|
299
|
+
"typescript.preferences.organizeImports.typeOrder.auto": "检测应在何处对仅类型命名的导入进行排序。",
|
|
300
|
+
"typescript.preferences.organizeImports.typeOrder.first": "将仅类型命名导入排序到导入列表末尾。",
|
|
301
|
+
"typescript.preferences.organizeImports.typeOrder.inline": "命名导入仅按名称排序。",
|
|
302
|
+
"typescript.preferences.organizeImports.typeOrder.last": "将仅类型命名导入排序到导入列表末尾。",
|
|
303
|
+
"typescript.preferences.organizeImports.unicodeCollation.ordinal": "使用每个码位元素的数值对导入进行排序。",
|
|
304
|
+
"typescript.preferences.organizeImports.unicodeCollation.unicode": "使用 Unicode 代码排序规则对导入进行排序。",
|
|
305
305
|
"typescript.preferences.preferTypeOnlyAutoImports": "尽可能在自动导入中包含 `type` 关键字。要求在工作区中使用 TypeScript 5.3+。",
|
|
306
306
|
"typescript.preferences.quoteStyle": "用于快速修复的首选引文样式。",
|
|
307
307
|
"typescript.preferences.quoteStyle.auto": "从现有代码推断引号类型",
|