|
22 | 22 | * `NEW` Added variable substitution support for vscode's `${workspaceFolder:x}` when resolving path placeholders [#2987](https://github.com/LuaLS/lua-language-server/issues/2987) |
23 | 23 | * `NEW` Added `--check_format=json|pretty` for use with `--check` to output diagnostics in a human readable format. |
24 | 24 | * `NEW` Test CLI: `--name=<testname>` `-n=<testname>`: run specify unit test |
25 | | -* `CHG` [#3014] Generic pattern now supports definition after capture and optional, union, array |
| 25 | +* `CHG` Generic pattern now supports definition after capture and optional, union, array [#3014](https://github.com/LuaLS/lua-language-server/issues/3014) [#3031](https://github.com/LuaLS/lua-language-server/pull/3031) |
26 | 26 | ```lua |
27 | 27 | ---@generic T |
28 | 28 | ---@param t `T`.Cat? |
|
34 | 34 | * `FIX` Fixed the error that the configuration file pointed to by the `--configpath` option was not read and loaded. |
35 | 35 | * `FIX` Don't truncate any output when running in `--doc` mode [#3049](https://github.com/LuaLS/lua-language-server/issues/3049) |
36 | 36 | * `FIX` Generic return can be optional. |
37 | | -* `FIX` Fixed the comment calculating in docs `---@param a string?Comment` - now its `Comment` instead of `omment`. |
| 37 | +* `FIX` Fixed the comment calculating in docs `---@param a string?Comment` - now its `Comment` instead of `omment` [#3028](https://github.com/LuaLS/lua-language-server/pull/3028) |
38 | 38 | * `FIX` Fixed cannot bind variables using tail comment `@class` [#2673](https://github.com/LuaLS/lua-language-server/issues/2673) |
39 | 39 | * `FIX` Fixed missing field completion for generic class object [#2196](https://github.com/LuaLS/lua-language-server/issues/2196) [#2945](https://github.com/LuaLS/lua-language-server/issues/2945) [#3041](https://github.com/LuaLS/lua-language-server/issues/3041) |
40 | 40 |
|
41 | 41 | ## 3.13.5 |
42 | 42 | `2024-12-20` |
43 | | -* `NEW` Setting: `Lua.hint.awaitPropagate`: When enabled, --@async propagates to the caller. |
44 | | -* `CHG` Add server version information to `initialize` response #2996 |
| 43 | +* `NEW` Setting: `Lua.hint.awaitPropagate`: When enabled, `--@async` propagates to the caller. |
| 44 | +* `CHG` Add server version information to `initialize` response [#2996](https://github.com/LuaLS/lua-language-server/pull/2996) |
45 | 45 | * `CHG` If the `---@field` of the same name has a type of `fun`, the `duplicate-doc-field` check will not be performed. |
46 | 46 | * `FIX` Incorrect infer for function array annotation on tables [#2367](https://github.com/LuaLS/lua-language-server/issues/2367) |
47 | 47 |
|
|
0 commit comments