summaryrefslogtreecommitdiff
path: root/script-beta/provider
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2019-12-11 19:03:55 +0800
committer最萌小汐 <sumneko@hotmail.com>2019-12-11 19:03:55 +0800
commitb745c50723f8e9becc0224b868992d116ffc1e3b (patch)
treea3645acc256fcb2a705ae5293789bd17da149a87 /script-beta/provider
parent17f34d6a6880ad4e5d029ff91c4cb670a5a606b8 (diff)
downloadlua-language-server-b745c50723f8e9becc0224b868992d116ffc1e3b.zip
跳过过大的文件
Diffstat (limited to 'script-beta/provider')
-rw-r--r--script-beta/provider/init.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/script-beta/provider/init.lua b/script-beta/provider/init.lua
index 9c06fd1e..e887e3e0 100644
--- a/script-beta/provider/init.lua
+++ b/script-beta/provider/init.lua
@@ -51,6 +51,7 @@ local function updateConfig()
or not util.equal(oldOther.associations, newOther.associations)
or not util.equal(oldOther.exclude, newOther.exclude)
then
+ workspace.reload()
end
if newConfig.completion.enable then