summaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-05-25 18:16:03 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-05-25 18:16:03 +0800
commit505ed9411939fe8c45903e3c9ce559fde50a0584 (patch)
tree977c235f45709188512ce87066c3e977a02cc1fd /changelog.md
parent99e124ef95b65fe29f56cb5492538585574e8ded (diff)
downloadlua-language-server-505ed9411939fe8c45903e3c9ce559fde50a0584.zip
3.2.4
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md2
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)