Skip to content

Commit

Permalink
chore: follow-up on previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb committed Nov 29, 2024
1 parent f116a55 commit db8fb7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/rustaceanvim/lsp/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ M.start = function(bufnr)
removed = {},
},
}
client.rpc.notify('workspace/didChangeWorkspaceFolders', params)
compat.client_notify(client, 'workspace/didChangeWorkspaceFolders', params)
if not client.workspace_folders then
client.workspace_folders = {}
end
Expand Down

0 comments on commit db8fb7c

Please sign in to comment.