Skip to content

Commit 46b57f6

Browse files
committed
2.6.1
1 parent 171cd83 commit 46b57f6

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

changelog.md

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

3+
## 2.6.1
4+
* `CHG` default values of settings:
5+
+ `Lua.diagnostics.workspaceDelay`: `0` sec -> `3` sec
6+
+ `Lua.workspace.maxPreload`: `1000` -> `5000`
7+
+ `Lua.workspace.preloadFileSize`: `100` KB -> `500` KB
8+
* `CHG` improve performance
9+
* `FIX` modify luarc failed
10+
* `FIX` library files not recognized correctly
11+
* `FIX` [#903](https://github.com/sumneko/lua-language-server/issues/903)
12+
* `FIX` [#906](https://github.com/sumneko/lua-language-server/issues/906)
13+
* `FIX` [#920](https://github.com/sumneko/lua-language-server/issues/920)
14+
315
## 2.6.0
416
`2022-1-13`
517
* `NEW` supports multi-workspace in server side, for developers of language clients, please [read here](https://github.com/sumneko/lua-language-server/wiki/Multi-workspace-supports) to learn more.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1677,5 +1677,5 @@
16771677
"type": "git",
16781678
"url": "https://github.com/sumneko/lua-language-server"
16791679
},
1680-
"version": "2.6.0"
1680+
"version": "2.6.1"
16811681
}

package/build.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
local json = require 'json-beautify'
22

3-
local VERSION = "2.6.0"
3+
local VERSION = "2.6.1"
44

55
local package = require 'package.package'
66
local fsu = require 'fs-utility'

server

0 commit comments

Comments
 (0)