summaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-05-25 18:05:02 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-05-25 18:05:02 +0800
commit99e124ef95b65fe29f56cb5492538585574e8ded (patch)
treebe7733d737a72ec4cefcadce7814ea1b917b015f /changelog.md
parentc586a11e9ae9b3f001c39d7f2f6762b0cf7af671 (diff)
downloadlua-language-server-99e124ef95b65fe29f56cb5492538585574e8ded.zip
don't scan huge directories
* if `rootUri` or `workspaceFolder` is set to `ROOT` or `HOME`, this extension will refuse to load these directories and show an error message. * show warning message when scanning more than 100,000 files.
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 b95c081e..8f87e939 100644
--- a/changelog.md
+++ b/changelog.md
@@ -5,6 +5,8 @@
+ `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.
* `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)