|
1 | 1 | # changelog |
2 | 2 |
|
| 3 | +## 3.6.10 |
| 4 | +`2023-2-7` |
| 5 | +* `FIX` [#1869] |
| 6 | +* `FIX` [#1872] |
| 7 | + |
| 8 | +[#1869]: https://github.com/LuaLS/lua-language-server/issues/1869 |
| 9 | +[#1872]: https://github.com/LuaLS/lua-language-server/issues/1872 |
| 10 | + |
3 | 11 | ## 3.6.9 |
4 | 12 | `2023-2-2` |
5 | 13 | * `FIX` [#1864] |
6 | 14 | * `FIX` [#1868] |
7 | 15 | * `FIX` [#1869] |
8 | 16 | * `FIX` [#1871] |
9 | 17 |
|
10 | | -[#1864]: https://github.com/sumneko/lua-language-server/issues/1864 |
11 | | -[#1868]: https://github.com/sumneko/lua-language-server/issues/1868 |
12 | | -[#1869]: https://github.com/sumneko/lua-language-server/issues/1869 |
13 | | -[#1871]: https://github.com/sumneko/lua-language-server/issues/1871 |
| 18 | +[#1864]: https://github.com/LuaLS/lua-language-server/issues/1864 |
| 19 | +[#1868]: https://github.com/LuaLS/lua-language-server/issues/1868 |
| 20 | +[#1869]: https://github.com/LuaLS/lua-language-server/issues/1869 |
| 21 | +[#1871]: https://github.com/LuaLS/lua-language-server/issues/1871 |
14 | 22 |
|
15 | 23 | ## 3.6.8 |
16 | 24 | `2023-1-31` |
|
23 | 31 | * `FIX` [#1855] |
24 | 32 | * `FIX` [#1857] |
25 | 33 |
|
26 | | -[#1831]: https://github.com/sumneko/lua-language-server/issues/1831 |
27 | | -[#1838]: https://github.com/sumneko/lua-language-server/issues/1838 |
28 | | -[#1841]: https://github.com/sumneko/lua-language-server/issues/1841 |
29 | | -[#1851]: https://github.com/sumneko/lua-language-server/issues/1851 |
30 | | -[#1855]: https://github.com/sumneko/lua-language-server/issues/1855 |
31 | | -[#1857]: https://github.com/sumneko/lua-language-server/issues/1857 |
| 34 | +[#1831]: https://github.com/LuaLS/lua-language-server/issues/1831 |
| 35 | +[#1838]: https://github.com/LuaLS/lua-language-server/issues/1838 |
| 36 | +[#1841]: https://github.com/LuaLS/lua-language-server/issues/1841 |
| 37 | +[#1851]: https://github.com/LuaLS/lua-language-server/issues/1851 |
| 38 | +[#1855]: https://github.com/LuaLS/lua-language-server/issues/1855 |
| 39 | +[#1857]: https://github.com/LuaLS/lua-language-server/issues/1857 |
32 | 40 |
|
33 | 41 | ## 3.6.7 |
34 | 42 | `2023-1-20` |
@@ -742,7 +750,7 @@ server will generate `doc.json` and `doc.md` in `LOGPATH`. |
742 | 750 | ## 2.6.7 |
743 | 751 | `2022-3-9` |
744 | 752 | * `NEW` offline diagnostic, [read more](https://github.com/LuaLS/lua-language-server/wiki/Offline-Diagnostic) |
745 | | -* `CHG` `VSCode`: 1.65 has built in new `Lua` syntax files, so this extension no longer provides syntax files, which means you can install other syntax extensions in the marketplace. If you have any suggestions or issues, please [open issues here](https://github.com/sumneko/lua.tmbundle). |
| 753 | +* `CHG` `VSCode`: 1.65 has built in new `Lua` syntax files, so this extension no longer provides syntax files, which means you can install other syntax extensions in the marketplace. If you have any suggestions or issues, please [open issues here](https://github.com/LuaLS/lua.tmbundle). |
746 | 754 | * `CHG` telemetry: the prompt will only appear in VSCode to avoid repeated prompts in other platforms due to the inability to automatically modify the settings. |
747 | 755 | * `FIX` [#965](https://github.com/LuaLS/lua-language-server/issues/965) |
748 | 756 | * `FIX` [#975](https://github.com/LuaLS/lua-language-server/issues/975) |
@@ -1621,7 +1629,7 @@ f( -- view comments of `1` and `2` in completion |
1621 | 1629 | * `NEW` diagnostic: `undefined-field` |
1622 | 1630 | * `NEW` telemetry: |
1623 | 1631 | + [What data will be sent](https://github.com/LuaLS/lua-language-server/blob/master/script/service/telemetry.lua) |
1624 | | - + [How to use this data](https://github.com/sumneko/lua-telemetry-server/tree/master/method) |
| 1632 | + + [How to use this data](https://github.com/LuaLS/lua-telemetry-server/tree/master/method) |
1625 | 1633 | * `CHG` diagnostic: `unused-function` ignores function with `<close>` |
1626 | 1634 | * `CHG` semantic: not cover local call |
1627 | 1635 | * `CHG` language client: update to [7.0.0](https://github.com/microsoft/vscode-languageserver-node/commit/20681d7632bb129def0c751be73cf76bd01f2f3a) |
|
0 commit comments