mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
fix(lsp): fix removed
param value in add_workspace_folder (#21915)
This commit is contained in:
parent
51d082b466
commit
d8d39344e3
@ -487,7 +487,7 @@ function M.add_workspace_folder(workspace_folder)
|
||||
end
|
||||
local params = util.make_workspace_params(
|
||||
{ { uri = vim.uri_from_fname(workspace_folder), name = workspace_folder } },
|
||||
{ {} }
|
||||
{}
|
||||
)
|
||||
for _, client in pairs(vim.lsp.get_active_clients({ bufnr = 0 })) do
|
||||
local found = false
|
||||
|
Loading…
Reference in New Issue
Block a user