|
6 | 6 | * `CHG` Rename configuration option `Lua.diagnostics.disableScheme` to `Lua.diagnostics.validScheme` and improve its description. Now it enables diagnostics for Lua files that use the specified scheme.
|
7 | 7 | * `FIX` adds the `|lambda|` operator to the `Lua.runtime.nonstandardSymbol` configuration template, which allows the use of that option. Previously, support for it existed in the parser, but we could not actually use the option because it is not recognised in the configuration.
|
8 | 8 | * `FIX` Typed `@field` (eg `---@field [string] boolean`) should not override other defined field [#2171](https://github.com/LuaLS/lua-language-server/issues/2171), [#2711](https://github.com/LuaLS/lua-language-server/issues/2711)
|
| 9 | +* `FIX` don't return empty hover doc when luals failed to find definition |
9 | 10 |
|
10 | 11 | ## 3.15.0
|
11 | 12 | `2025年6月25日`
|
|
0 commit comments