We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
_
1 parent 0703a80 commit 4a78e36Copy full SHA for 4a78e36
script/provider/provider.lua
@@ -139,10 +139,10 @@ m.register 'initialize' {
139
140
m.register 'initialized'{
141
---@async
142
- function (_params)
+ function (params)
143
local _ <close> = progress.create(workspace.getFirstScope().uri, lang.script.WINDOW_INITIALIZING, 0.5)
144
--- 传递`.luarc.doc.json`文件所在的文件夹路径
145
- m.updateConfig(_params and _params.luarcParentUri)
+ m.updateConfig(params and params.luarcParentUri)
146
local registrations = {}
147
148
if client.getAbility 'workspace.didChangeConfiguration.dynamicRegistration' then
0 commit comments