Skip to content

Commit 7b73d2d

Browse files
committed
Merge branch 'master' of github.com:sumneko/vscode-lua
2 parents dca35c3 + 3dd99f8 commit 7b73d2d

File tree

10 files changed

+288
-244
lines changed

10 files changed

+288
-244
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ If you need to compile by yourself, please refer to [here](https://github.com/su
142142
* [Ketho](https://github.com/Ketho)
143143
* [Folke Lemaitre](https://github.com/folke)
144144
* [Vikas Raj](https://github.com/numToStr)
145+
* [kevinhwang91](https://github.com/kevinhwang91)
145146

146147
## Telemetry
147148

changelog.md

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

3+
## 2.6.4
4+
`2022-2-9`
5+
* `CHG` completion: reduced sorting priority for postfix completion
6+
* `FIX` [#936](https://github.com/sumneko/lua-language-server/issues/936)
7+
* `FIX` [#937](https://github.com/sumneko/lua-language-server/issues/937)
8+
* `FIX` [#940](https://github.com/sumneko/lua-language-server/issues/940)
9+
* `FIX` [#941](https://github.com/sumneko/lua-language-server/issues/941)
10+
* `FIX` [#941](https://github.com/sumneko/lua-language-server/issues/942)
11+
* `FIX` [#943](https://github.com/sumneko/lua-language-server/issues/943)
12+
* `FIX` [#946](https://github.com/sumneko/lua-language-server/issues/946)
13+
14+
## 2.6.3
15+
`2022-1-25`
16+
* `FIX` new files are not loaded correctly
17+
* `FIX` [#923](https://github.com/sumneko/lua-language-server/issues/923)
18+
* `FIX` [#926](https://github.com/sumneko/lua-language-server/issues/926)
19+
20+
## 2.6.2
21+
`2022-1-25`
22+
* `FIX` [#925](https://github.com/sumneko/lua-language-server/issues/925)
23+
24+
## 2.6.1
25+
`2022-1-24`
26+
* `CHG` default values of settings:
27+
+ `Lua.diagnostics.workspaceDelay`: `0` sec -> `3` sec
28+
+ `Lua.workspace.maxPreload`: `1000` -> `5000`
29+
+ `Lua.workspace.preloadFileSize`: `100` KB -> `500` KB
30+
* `CHG` improve performance
31+
* `FIX` modify luarc failed
32+
* `FIX` library files not recognized correctly
33+
* `FIX` [#903](https://github.com/sumneko/lua-language-server/issues/903)
34+
* `FIX` [#906](https://github.com/sumneko/lua-language-server/issues/906)
35+
* `FIX` [#920](https://github.com/sumneko/lua-language-server/issues/920)
36+
337
## 2.6.0
438
`2022-1-13`
539
* `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.

client/out/languageserver.js

Lines changed: 113 additions & 109 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)