We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cad34b7 commit f58d0baCopy full SHA for f58d0ba
changelog.md
@@ -5,6 +5,7 @@
5
* `NEW` Add postfix snippet for `unpack`
6
* `FIX` `diagnostics.severity` defaulting to "Warning" when run using `--check` [#2730](https://github.com/LuaLS/lua-language-server/issues/2730)
7
* `NEW` Add support for lambda style functions, `|paramList| expr` is syntactic sugar for `function(paramList) return expr end`
8
+* `CHG` Improve performance of multithreaded `--check` and `undefined-field` diagnostic
9
10
## 3.9.3
11
`2024-6-11`
0 commit comments