Skip to content

Commit 505ed94

Browse files
committed
3.2.4
1 parent 99e124e commit 505ed94

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
# changelog
22

33
## 3.2.4
4+
`2022-5-25`
45
* `NEW` settings:
56
+ `workspace.supportScheme`: `["file", "untitled", "git"]`
67
+ `diagnostics.disableScheme`: `["git"]`
78
* `NEW` folding: support folding `---@alias`
89
* `CHG` if `rootUri` or `workspaceFolder` is set to `ROOT` or `HOME`, this extension will refuse to load these directories and show an error message.
910
* `CHG` show warning message when scanning more than 100,000 files.
11+
* `CHG` upgrade [LSP](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/) to `3.17`
1012
* `FIX` hover: can not union `table` with other basic types
1113
* `FIX` [#1125](https://github.com/sumneko/lua-language-server/issues/1125)
1214
* `FIX` [#1131](https://github.com/sumneko/lua-language-server/issues/1131)

script/proto/define.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,7 @@ m.TokenTypes = {
260260
["number"] = 19,
261261
["regexp"] = 20,
262262
["operator"] = 21,
263+
["decorator"] = 22,
263264
}
264265

265266
m.BuiltIn = {

0 commit comments

Comments
 (0)