diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-04-29 21:07:41 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-04-29 21:07:41 +0800 |
commit | fe121d00514898842a07b67a257a1af2cb2fb604 (patch) | |
tree | 71e38c17149ea1e8fe6b2b1c9e4c32c6b1df3626 /changelog.md | |
parent | e7b0b8a3c66e096d361aa49be1b953aa7eb0506d (diff) | |
download | lua-language-server-fe121d00514898842a07b67a257a1af2cb2fb604.zip |
fix #1103
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index 70c469e1..c6b5f29e 100644 --- a/changelog.md +++ b/changelog.md @@ -4,6 +4,7 @@ * `CHG` parse `.luarc.json` as jsonc. In order to please the editor, it also supports `.luarc.jsonc` as the file name. * `CHG` dose not load files in symbol links * `FIX` diagnostic: send empty results to every file after startup +* `FIX` [#1103](https://github.com/sumneko/lua-language-server/issues/1103) ## 3.2.2 `2022-4-26` |