coc-omnisharp icon indicating copy to clipboard operation
coc-omnisharp copied to clipboard

Doesnt work at Neovim 5

Open kujbika opened this issue 4 years ago • 2 comments

After upgrading to Neovim 5, the omnisharp coc-extension is not working. A Coc-Info snippet:

versions

vim version: NVIM v0.5.0-812-gd17e50879 node version: v10.19.0 coc.nvim version: 0.0.79-e1803998fd coc.nvim directory: ~/.local/share/nvim/plugged/coc.nvim term: xterm-256color platform: linux

Log of coc.nvim

2020-12-11T16:29:06.392 WARN (pid:3205) [attach] - Plugin not ready when received "highlight" [] 2020-12-11T16:29:06.541 INFO (pid:3205) [plugin] - coc.nvim 0.0.79-e1803998fd initialized with node: v10.19.0 after 136ms 2020-12-11T16:29:09.453 INFO (pid:3205) [language-client-index] - Language server "cs" started with 3231 2020-12-11T16:29:55.550 WARN (pid:3205) [Handler] - definition provider not found! 2020-12-11T16:30:03.485 WARN (pid:3205) [Handler] - definition provider not found!

kujbika avatar Dec 11 '20 15:12 kujbika

Actually I tested it with Neovim 4, and it doestn work at all. Jump to definition is dead

kujbika avatar Dec 11 '20 16:12 kujbika

I use one of the latest builds (nvim v0.5.0-828-g0a95549d6 specifically) and it works as expected.

Have you tried the following https://github.com/coc-extensions/coc-omnisharp/issues/43#issuecomment-742796948?

eruizc-dev avatar Dec 14 '20 17:12 eruizc-dev