Skip to content

Commit

Permalink
fix #1425
Browse files Browse the repository at this point in the history
  • Loading branch information
sumneko committed Aug 12, 2022
1 parent be018d0 commit 034dc50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## 3.5.3
* `FIX` [#1409](https://github.com/sumneko/lua-language-server/issues/1409)
* `FIX` [#1422](https://github.com/sumneko/lua-language-server/issues/1422)
* `FIX` [#1425](https://github.com/sumneko/lua-language-server/issues/1425)

## 3.5.2
`2022-8-1`
Expand Down
2 changes: 1 addition & 1 deletion script/workspace/loading.lua
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function mt:checkMaxPreload(uri)
client.requestMessage('Info'
, lang.script('MWS_MAX_PRELOAD', max)
, {
lang.script
lang.script('WINDOW_INCREASE_UPPER_LIMIT'),
}
, function (_, index)
if index == 1 then
Expand Down

0 comments on commit 034dc50

Please sign in to comment.