coc-extensions / coc-omnisharp

OmniSharp integration for coc.nvim
MIT License
118 stars 11 forks source link

Can not send request to lsp #29

Open Gankarloo opened 4 years ago

Gankarloo commented 4 years ago

I want to query the lsp for some of it's custom information, but I can't figure out the name to use in CocRequest.

CocList sources gives me this: image

CocList services is empty

In taskmanager I see the omnisharp.exe is launched.

CocInfo:

## versions

vim version: VIM - Vi IMproved 8.2 8021139
node version: v14.5.0
coc.nvim version: 0.0.78-bdd9a9e140
coc.nvim directory: C:\Users\ankarloog\vimfiles\pack\minpac\start\coc.nvim
term: undefined
platform: win32

## Output channel: snippets

[Info 11:09:11] Using ultisnips directories: UltiSnips C:\Users\ankarloog\vimfiles\coc-data\ultisnips
[Info 11:09:11] Using ultisnips python command: pyx

## Output channel: coc-omnisharp

coc-omnisharp activated.
workspace root=C:\tmp\CSharpTest\gradebook\src\GradeBook

## Output channel: cs

[Trace - 11:09:18] Sending request 'initialize - (0)'.

I have tried these incatations of CocRequest

and they all gove the same error image

Am I missing something?

yatli commented 3 years ago

Should work with the channel coc-omnisharp -- could you try again? The initialization process is improved.