simrat39 / rust-tools.nvim

Tools for better development in rust using neovim's builtin lsp
MIT License
2.16k stars 158 forks source link

The latest version of codelldb requires a explicitly specified port #223

Closed ofseed closed 2 years ago

ofseed commented 2 years ago

image

meinside commented 2 years ago

Yes, it works on v1.6.10, but fails like this since v1.7.x.

simrat39 commented 2 years ago

https://github.com/simrat39/rust-tools.nvim/commit/9e00f62d0bb2aadcaf1b56b0c6a4b67cbb2fe103 Was fixed in a branch which will be merged soon hopefully, so feel free to check it out

meinside commented 2 years ago

Branch modularize_and_inlay_rewrite fixes this issue. When do you think it will be merged to master?

simrat39 commented 2 years ago

Fix has been merged