@codingame/monaco-vscode-language-pack-zh-hans 8.0.2 → 8.0.4

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": "8.0.2",
3
+ "version": "8.0.4",
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@8.0.2"
21
+ "vscode": "npm:@codingame/monaco-vscode-api@8.0.4"
22
22
  }
23
23
  }
@@ -268,6 +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": "Specify regular expressions to exclude auto imports with matching import specifiers. Examples:\r\n\r\n- `^node:`\r\n- `lib/internal` (slashes don't need to be escaped...)\r\n- `/lib\\/internal/i` (...unless including surrounding slashes for `i` or `u` flags)\r\n- `^lodash$` (only allow subpath imports from lodash)",
271
272
  "typescript.preferences.importModuleSpecifier": "自动 import 语句中路径的首选样式。",
272
273
  "typescript.preferences.importModuleSpecifier.nonRelative": "根据在 `jsconfig.json` / `tsconfig.json` 中配置的 `baseUrl` 或 `paths` 首选不相关导入。",
273
274
  "typescript.preferences.importModuleSpecifier.projectRelative": "仅当相对导入路径从包或项目目录中移除后,才首选使用非相对导入。",