diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-07-14 17:13:28 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-07-14 17:13:28 +0800 |
commit | f0fd80ee70928ba27775c0fe40de30c7b936bdb0 (patch) | |
tree | 34d5ddd8c3edbdc2725a99b37543bcc268e4999c /changelog.md | |
parent | 826175b57368d6daace55cec051aba2aba8ab019 (diff) | |
download | lua-language-server-f0fd80ee70928ba27775c0fe40de30c7b936bdb0.zip |
fix loading workspace may hang
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 7eafe189..4ffb00c5 100644 --- a/changelog.md +++ b/changelog.md @@ -3,6 +3,7 @@ ## 2.3.0 * `NEW` `VSCode`: click the status bar icon to operate: * run workspace diagnostics +* `FIX` loading workspace may hang * `FIX` `debug.getuservalue` and `debug.setuservalue` should not exist in `Lua 5.1` * `FIX` infer of `---@type class[][]` * `FIX` infer of `---@type {}[]` |