drank40
drank40
I have the same issue while using the language server with neovim. I think this is more than a mere imperfection and a pretty serious issue, especially if it also...
It used to work flawlessy, this is a regression
I followed https://github.com/neoclide/coc.nvim/wiki/Language-servers#[Arduino](https://github.com/neoclide/coc.nvim/wiki/Language-servers#Arduino) I just added this lines to my coc-settings.json and it worked, but it appears to be broken now, since the language server closes the connection at every...
See https://github.com/neoclide/coc.nvim/issues/3594#issuecomment-1046250743
Hi, I've done a bit more digging, and it seems like if I vendor my dependencies with `cargo vendor` , they show up in the analysis with basic broad queries.
Thank you for claryfing and pointing out that bug to me, its already pretty good with vendoring but trying with the `CODEQL_RUST_EXTRACTOR_OPTION_CARGO_ALL_TARGETS=true` doesn't seem to change much. Is there an...
Yep, should have been clearer sorry. I see, do you plan to implement that at any point?