summaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-05-24 19:49:36 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-05-24 19:49:36 +0800
commitd436ebaba20ffc31c3fc807af55fb4ff40fe65ab (patch)
tree552920c6e621d323257bd18f0df7ac117960e934 /changelog.md
parent8adbf27feae1ab46e5ffb758f521aaf62bef9c25 (diff)
downloadlua-language-server-d436ebaba20ffc31c3fc807af55fb4ff40fe65ab.zip
resolve #1140 support folding `---@alias`
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index 4526b750..4184bbc5 100644
--- a/changelog.md
+++ b/changelog.md
@@ -4,6 +4,7 @@
* `NEW` settings:
+ `workspace.supportScheme`: `["file", "untitled", "git"]`
+ `diagnostics.disableScheme`: `["git"]`
+* `NEW` folding: support folding `---@alias`
* `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)