Skip to content

Commit 8bf9166

Browse files
committed
update changelog
1 parent 7987684 commit 8bf9166

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

CHANGELOG_CN.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,21 @@
22

33
# 0.9.18
44

5-
`NEW` Now language server configuration might be provided globally via the `<os-specific home dir>/.emmyrc.json`, `<os-specific config dir>/emmylua_ls/.emmyrc.json`, or by setting a variable `EMMYLUALS_CONFIG` with a path to the json configuration.
6-
Global configuration have less priority than the local one
5+
`NEW` 现在可以通过 `<os-specific home dir>/.emmyrc.json``<os-specific config dir>/emmylua_ls/.emmyrc.json`,或者设置环境变量 `EMMYLUALS_CONFIG`(指向 JSON 配置文件的路径)在全局提供语言服务器的配置。全局配置优先级低于本地配置。
76

8-
`NEW` Classes might now infer from generic types and provide corresponding completions.
7+
`NEW` 现在类也可以从泛型类型中推断,并提供相应的补全。
98

10-
`CHG` Refactor flow analyze algorithm
9+
`CHG` 重构了流程分析算法
1110

12-
`NEW` Array return values are now considered nullable. If you want to remove this behavior, you can set `strict.arrayIndex` to `false` in the configuration file.
11+
`NEW` 数组返回值现在被视为可空类型。如果不想要这种行为,可以在配置文件中将 `strict.arrayIndex` 设置为 `false`
1312

14-
`FIX` Fix some self infer issue
13+
`FIX` 修复了一些 self 推断的问题
1514

16-
`FIX` Fix some diagnostic action issue
15+
`FIX` 修复了一些诊断动作的问题
1716

18-
`FIX` Optimize some type check
17+
`FIX` 优化了一些类型检查
1918

20-
`FIX` Optimize some completion
19+
`FIX` 优化了一些补全功能
2120

2221
# 0.9.17
2322

0 commit comments

Comments
 (0)