summaryrefslogtreecommitdiff
path: root/script/provider/provider.lua
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-07-08 15:05:12 +0800
committer最萌小汐 <sumneko@hotmail.com>2021-07-08 15:05:12 +0800
commit886f4c8dfe56ad914daedc513a3ee03bcb305e16 (patch)
treee0b7f9a3d2780904fe857e6a430914e82eb63fdd /script/provider/provider.lua
parent42f8519bb66c69230f105a1135b33259ca653f7e (diff)
downloadlua-language-server-886f4c8dfe56ad914daedc513a3ee03bcb305e16.zip
update
Diffstat (limited to 'script/provider/provider.lua')
-rw-r--r--script/provider/provider.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/script/provider/provider.lua b/script/provider/provider.lua
index a8ef2c68..cdf9ce0f 100644
--- a/script/provider/provider.lua
+++ b/script/provider/provider.lua
@@ -87,7 +87,8 @@ proto.on('initialized', function (params)
registrations = registrations
})
end
- workspace.reload()
+ library.init()
+ workspace.init()
return true
end)