Skip to content

Commit

Permalink
delete _
Browse files Browse the repository at this point in the history
  • Loading branch information
Mc-GrowlR committed Dec 28, 2024
1 parent 0703a80 commit 4a78e36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/provider/provider.lua
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,10 @@ m.register 'initialize' {

m.register 'initialized'{
---@async
function (_params)
function (params)
local _ <close> = progress.create(workspace.getFirstScope().uri, lang.script.WINDOW_INITIALIZING, 0.5)
--- 传递`.luarc.doc.json`文件所在的文件夹路径
m.updateConfig(_params and _params.luarcParentUri)
m.updateConfig(params and params.luarcParentUri)
local registrations = {}

if client.getAbility 'workspace.didChangeConfiguration.dynamicRegistration' then
Expand Down

0 comments on commit 4a78e36

Please sign in to comment.