From 505ed9411939fe8c45903e3c9ce559fde50a0584 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= Date: Wed, 25 May 2022 18:16:03 +0800 Subject: 3.2.4 --- changelog.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'changelog.md') 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) -- cgit v1.2.3