Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change resolved_capabilities to server_capabilities #402

Closed
kdheepak opened this issue May 1, 2022 · 4 comments
Closed

Change resolved_capabilities to server_capabilities #402

kdheepak opened this issue May 1, 2022 · 4 comments
Labels
enhancement New feature or request

Comments

@kdheepak
Copy link
Contributor

kdheepak commented May 1, 2022

With neovim v0.8, it appears that resolved_capabilities is deprecated: neovim/neovim#17814

It appears to be only these two lines that are affected:

fzf-lua/lua/fzf-lua/providers/lsp.lua
432:code_action = client.resolved_capabilities.code_action
795:if client.resolved_capabilities[feature] then
@kdheepak
Copy link
Contributor Author

kdheepak commented May 1, 2022

I should have read the code instead of just greping. This is already fixed.

@kdheepak kdheepak closed this as completed May 1, 2022
@ibhagwan
Copy link
Owner

ibhagwan commented May 1, 2022

Good timing :)

It was actually done today #401.

@kdheepak
Copy link
Contributor Author

kdheepak commented May 1, 2022

Should have realized you’d have already taken care of it :)

@ibhagwan
Copy link
Owner

ibhagwan commented May 1, 2022

Should have realized you’d have already taken care of it :)

Actually it was @arsham :)

@ibhagwan ibhagwan added the enhancement New feature or request label May 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants