diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-06-23 15:15:48 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-06-23 15:15:48 +0800 |
commit | 35e998442bc1b9ffade5531dac61220265c533f1 (patch) | |
tree | f4af8d43d59b4fb813f24d7f2201571a842cd9f6 /changelog.md | |
parent | 6c4a1ae9bdfcf146899993974444436a56ba53fc (diff) | |
download | lua-language-server-35e998442bc1b9ffade5531dac61220265c533f1.zip |
update
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 2476c817..15d69ff9 100644 --- a/changelog.md +++ b/changelog.md @@ -23,6 +23,7 @@ local n2 = f(0) -- `n2` is `number` local n3 = f(0, 0) -- `n3` is `string` ``` +* `FIX` diagnostics flash when opening a file * `FIX` [#1228](https://github.com/sumneko/lua-language-server/issues/1228) ## 3.3.1 |