copilot-cmp icon indicating copy to clipboard operation
copilot-cmp copied to clipboard

vim.lsp.get_active_clients() is deprecated

Open JLineaweaver opened this issue 1 year ago • 2 comments

Upgraded to the latest neovim version and started seeing the following message

vim.lsp.get_active_clients() is deprecated, use vim.lsp.get_clients() instead. :help deprecated
Feature will be removed in Nvim 0.12

JLineaweaver avatar May 20 '24 14:05 JLineaweaver

Looks like fix: 0.11 compat handles it

JLineaweaver avatar May 20 '24 15:05 JLineaweaver

This can be closed, it was resolved in https://github.com/zbirenbaum/copilot-cmp/commit/b0ec7067460d77fc28a96429c99a84b2248f0f61.

gepbird avatar Jun 15 '24 15:06 gepbird