@codingame/monaco-vscode-language-pack-zh-hans 6.0.0 → 6.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": "6.0.0",
3
+ "version": "6.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@6.0.0"
21
+ "vscode": "npm:@codingame/monaco-vscode-api@6.0.2"
22
22
  }
23
23
  }
@@ -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": "粘贴代码时自动更新导入项。需要 TypeScript 5.5+。",
219
+ "configuration.updateImportsOnPaste": "Automatically update imports when pasting code. Requires TypeScript 5.6+.",
220
220
  "description": "为 JavaScript 和 TypeScript 提供丰富的语言支持。",
221
221
  "displayName": "JavaScript 和 TypeScript 的语言功能",
222
222
  "format.indentSwitchCase": "switch 语句中的缩进 case 子句。需要在工作区中使用 TypeScript 5.1+。",