diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-05-25 18:16:03 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-05-25 18:16:03 +0800 |
commit | 505ed9411939fe8c45903e3c9ce559fde50a0584 (patch) | |
tree | 977c235f45709188512ce87066c3e977a02cc1fd /changelog.md | |
parent | 99e124ef95b65fe29f56cb5492538585574e8ded (diff) | |
download | lua-language-server-505ed9411939fe8c45903e3c9ce559fde50a0584.zip |
3.2.4
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index 8f87e939..aaa65a5d 100644 --- a/changelog.md +++ b/changelog.md @@ -1,12 +1,14 @@ # changelog ## 3.2.4 +`2022-5-25` * `NEW` settings: + `workspace.supportScheme`: `["file", "untitled", "git"]` + `diagnostics.disableScheme`: `["git"]` * `NEW` folding: support folding `---@alias` * `CHG` if `rootUri` or `workspaceFolder` is set to `ROOT` or `HOME`, this extension will refuse to load these directories and show an error message. * `CHG` show warning message when scanning more than 100,000 files. +* `CHG` upgrade [LSP](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/) to `3.17` * `FIX` hover: can not union `table` with other basic types * `FIX` [#1125](https://github.com/sumneko/lua-language-server/issues/1125) * `FIX` [#1131](https://github.com/sumneko/lua-language-server/issues/1131) |