@codingame/monaco-vscode-language-pack-zh-hans 6.0.2 → 7.0.0
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": "7.0.0",
|
|
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@7.0.0"
|
|
22
22
|
}
|
|
23
23
|
}
|
|
@@ -20,6 +20,7 @@
|
|
|
20
20
|
"markdownAttachmentRenderer.displayName": "Markdown-It ipynb 单元格附件呈现器",
|
|
21
21
|
"newUntitledIpynb.shortTitle": "Jupyter Notebook",
|
|
22
22
|
"newUntitledIpynb.title": "新 Jupyter Notebook",
|
|
23
|
+
"openCellOutput.title": "在文本编辑器中打开单元输出",
|
|
23
24
|
"openIpynbInNotebookEditor.title": "在笔记本编辑器中打开 IPYNB 文件"
|
|
24
25
|
}
|
|
25
26
|
}
|
|
@@ -216,7 +216,7 @@
|
|
|
216
216
|
"configuration.tsserver.web.projectWideIntellisense.suppressSemanticErrors": "即使启用了项目范围的 IntelliSense,仍会抑制 Web 上出现语义错误。当项目范围的 IntelliSense 未启用或不可用时,此功能将始终可用。请参阅 `#typescript.tsserver.web.projectWideIntellisense.enabled#`",
|
|
217
217
|
"configuration.tsserver.web.typeAcquisition.enabled": "在 Web 上启用/禁用包获取。这会为导入的包启用 IntelliSense。需要 `#typescript.tsserver.web.projectWideIntellisense.enabled#`。目前不支持 Safari。",
|
|
218
218
|
"configuration.typescript": "TypeScript",
|
|
219
|
-
"configuration.updateImportsOnPaste": "
|
|
219
|
+
"configuration.updateImportsOnPaste": "粘贴代码时自动更新导入项。需要 TypeScript 5.6+。",
|
|
220
220
|
"description": "为 JavaScript 和 TypeScript 提供丰富的语言支持。",
|
|
221
221
|
"displayName": "JavaScript 和 TypeScript 的语言功能",
|
|
222
222
|
"format.indentSwitchCase": "switch 语句中的缩进 case 子句。需要在工作区中使用 TypeScript 5.1+。",
|
|
@@ -311,6 +311,7 @@
|
|
|
311
311
|
"typescript.tsc.autoDetect.on": "同时创建生成和监视任务。",
|
|
312
312
|
"typescript.tsc.autoDetect.watch": "仅创建编译和监视任务。",
|
|
313
313
|
"typescript.tsdk.desc": "指定 TypeScript 安装下用于 IntelliSense 的 tsserver 和 `lib*.d.ts` 文件的文件夹路径,例如: `./node_modules/typescript/lib`。\r\n\r\n- 当指定为用户设置时,`typescript.tsdk` 中的 TypeScript 版本会自动替换内置的 TypeScript 版本。\r\n- 当指定为工作区设置时,`typescript.tsdk` 允许通过 `TypeScript: Select TypeScript version` 命令切换为对 IntelliSense 使用 TypeScript 的该工作区版本。\r\n\r\n有关管理 TypeScript 版本的更多详细信息,请参阅 [TypeScript文档](https://code.visualstudio.com/docs/typescript/typescript-compiling#_using-newer-typescript-versions)。",
|
|
314
|
+
"typescript.tsserver.enableRegionDiagnostics": "使用 TypeScript 启用基于区域的诊断。要求在工作区中使用 TypeScript 5.6+。",
|
|
314
315
|
"typescript.tsserver.enableTracing": "允许将 TS 服务器性能跟踪保持到目录。这些跟踪文件可用于诊断 TS 服务器性能问题。日志可能包含你的项目中的文件路径、源代码和其他可能敏感的信息。",
|
|
315
316
|
"typescript.tsserver.log": "将 TS 服务器的日志保存到一个文件。此日志可用于诊断 TS 服务器问题。日志可能包含你的项目中的文件路径、源代码和其他可能敏感的信息。",
|
|
316
317
|
"typescript.tsserver.pluginPaths": "其他用于搜索 TypeScript 语言服务插件的路径。",
|