diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-06-15 00:05:52 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-06-15 00:05:52 +0800 |
commit | 54a488b7d5899d412ad37083dca1ef3728a7cdba (patch) | |
tree | 8aa8dbdb2225a6adf449ee4b88309c88b2dafb13 /changelog.md | |
parent | 3e486462ee3dc14bc996d553c8e456e603b762bc (diff) | |
download | lua-language-server-54a488b7d5899d412ad37083dca1ef3728a7cdba.zip |
fix #1204 `missing-parameter` incorrect
should count returns by `call.node` instead of `call`
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md index 848a00f1..bc16e3b7 100644 --- a/changelog.md +++ b/changelog.md @@ -9,8 +9,9 @@ if x == -- suggest `CONST.X` and `CONST.Y` here ``` * `FIX` with clients that support LSP 3.17 (VSCode), workspace diagnostics are triggered every time when opening a file. +* `FIX` [#1204](https://github.com/sumneko/lua-language-server/issues/1204) -## 3.2.5 +## 3.2.51204 `2022-6-9` * `NEW` provide config docs in `LUA_LANGUAGE_SERVER/doc/` * `FIX` [#1148](https://github.com/sumneko/lua-language-server/issues/1148) |