You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,10 @@
6
6
*`NEW` Infer function parameter types when overriding the same-named class function in an instance of that class [#2158](https://github.com/LuaLS/lua-language-server/issues/2158)
7
7
*`FIX` Eliminate floating point error in test benchmark output
8
8
*`FIX` Remove luamake install from make scripts
9
+
*`FIX` Incorrect `table` type injected to the global variable created by `rawset(_G, ...)`[#2863](https://github.com/LuaLS/lua-language-server/issues/2863)
9
10
*`NEW` Types with literal fields can be narrowed.
10
11
*`NEW` Reference addons installed via the addon manager with `${addons}`[#2866](https://github.com/LuaLS/lua-language-server/pull/2866).
12
+
*`NEW` Support using `---@class` on `rawset(_G, ...)` to annotate the created global variable [#2862](https://github.com/LuaLS/lua-language-server/issues/2862)
0 commit comments