fannheyward / coc-rust-analyzer

rust-analyzer extension for coc.nvim
MIT License
1.13k stars 39 forks source link

Error on "codeLensAction": Could not find executable #848

Closed GopherJ closed 3 years ago

GopherJ commented 3 years ago

I'm trying to debug https://github.com/parallel-finance/parallel/blob/master/pallets/liquid-staking-v2/src/tests.rs#L21 this test function using vimspector and this config: https://github.com/GopherJ/cfg/blob/master/vimspector/.vimspector.json#L3-L18

but then it throws out: image

GopherJ commented 3 years ago

it looks working in vscode

GopherJ commented 3 years ago

ok I have some changes... which has broken the compilation

jalcine commented 3 years ago

@GopherJ Do you mind highlighting what exactly was the issue? My code is okay but I don't experience this issue.