neoclide / coc-yaml

Yaml language server extension for coc.nvim
MIT License
248 stars 23 forks source link

[coc.nvim]: Error on "jumpImplementation": implementation provider not found for current buffer, your language server doesn't support it. #44

Closed GopherJ closed 3 years ago

GopherJ commented 3 years ago

it seems that I start to have this problem after upgrading, do you have an idea on this?

chemzqm commented 3 years ago

Your language server doesn't support it.

GopherJ commented 3 years ago

@chemzqm can this be hided by coc.nvim? because I can image that different language server has different implmentations and missing features

chemzqm commented 3 years ago

No, it's intended to be shown, you can use silent! call CocAction('jumpImplementation') to hide errors.