Skip to content

Commit

Permalink
perf: only update single when needed
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Jun 4, 2024
1 parent 3f6320d commit fe37da2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/lazydev/lsp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ function M.attach(client)
return
end
M.attached[client.id] = client.id
Workspace.single(client):update()
---@param params lsp.ConfigurationParams
client.handlers["workspace/configuration"] = function(err, params, ctx, cfg)
if not params.items or #params.items == 0 then
Expand Down

0 comments on commit fe37da2

Please sign in to comment.