We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be018d0 commit 034dc50Copy full SHA for 034dc50
changelog.md
@@ -3,6 +3,7 @@
3
## 3.5.3
4
* `FIX` [#1409](https://github.com/sumneko/lua-language-server/issues/1409)
5
* `FIX` [#1422](https://github.com/sumneko/lua-language-server/issues/1422)
6
+* `FIX` [#1425](https://github.com/sumneko/lua-language-server/issues/1425)
7
8
## 3.5.2
9
`2022-8-1`
script/workspace/loading.lua
@@ -46,7 +46,7 @@ function mt:checkMaxPreload(uri)
46
client.requestMessage('Info'
47
, lang.script('MWS_MAX_PRELOAD', max)
48
, {
49
- lang.script
+ lang.script('WINDOW_INCREASE_UPPER_LIMIT'),
50
}
51
, function (_, index)
52
if index == 1 then
0 commit comments