Skip to content

Commit 4bd362c

Browse files
committed
0.21.11
1 parent a37dd7d commit 4bd362c

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@
496496
"type": "object"
497497
},
498498
"Lua.workspace.maxPreload": {
499-
"default": 300,
499+
"default": 1000,
500500
"markdownDescription": "%config.workspace.maxPreload%",
501501
"scope": "resource",
502502
"type": "integer"
@@ -573,5 +573,5 @@
573573
"type": "git",
574574
"url": "https://github.com/sumneko/lua-language-server"
575575
},
576-
"version": "0.21.10"
576+
"version": "0.21.11"
577577
}

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 = "0.21.10"
3+
local VERSION = "0.21.11"
44

55
local package = require 'package.package'
66

server

setting/schema-zh-cn.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@
480480
"type": "object"
481481
},
482482
"Lua.workspace.maxPreload": {
483-
"default": 300,
483+
"default": 1000,
484484
"markdownDescription": "最大预加载文件数。",
485485
"scope": "resource",
486486
"type": "integer"

setting/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@
480480
"type": "object"
481481
},
482482
"Lua.workspace.maxPreload": {
483-
"default": 300,
483+
"default": 1000,
484484
"markdownDescription": "Max preloaded files.",
485485
"scope": "resource",
486486
"type": "integer"

0 commit comments

Comments
 (0)