diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2023-02-10 14:32:45 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2023-02-10 14:32:45 +0800 |
commit | 0dafb45dbbbd57d8f0938dfa7dc764884b1de388 (patch) | |
tree | ce9fa02d525805d0cd305423c0a28d8118d07e30 /changelog.md | |
parent | c55a4b6bf75d9a6cf1afef46282639ff11c368c7 (diff) | |
download | lua-language-server-0dafb45dbbbd57d8f0938dfa7dc764884b1de388.zip |
completion: don't show loading process
resolve #1705
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 b4aaf6db..2c45919d 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,7 @@ # changelog ## 3.6.11 +* `CHG` completion: don't show loading process * `FIX` [#1886] [#1886]: https://github.com/LuaLS/lua-language-server/issues/1886 |