diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-06-23 20:51:21 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-06-23 20:51:21 +0800 |
commit | 2738409e2d6d54253f48140533980f433d02efa3 (patch) | |
tree | d7467a42ca0d6106468df520068401bf1331aea1 /changelog.md | |
parent | 70beb5893cc6d9d70fc85460b8aa3fdbd0a88a63 (diff) | |
download | lua-language-server-2738409e2d6d54253f48140533980f433d02efa3.zip |
update config
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md index a1608bd0..abb50919 100644 --- a/changelog.md +++ b/changelog.md @@ -23,7 +23,7 @@ local n2 = f(0) -- `n2` is `number` local n3 = f(0, 0) -- `n3` is `string` ``` -* `CHG` improve speed for diagnostics and semantic-tokens +* `CHG` improve experience for diagnostics and semantic-tokens * `FIX` diagnostics flash when opening a file * `FIX` sometimes workspace diagnostics are not triggered * `FIX` [#1228](https://github.com/sumneko/lua-language-server/issues/1228) |