I spent an hour trying to work out why VSCodium wasn't giving me code completion in Rust, turns out I'm a moron and had rust installed instead of rustup the development toolchain
I spent an hour trying to work out why VSCodium wasn't giving me code completion in Rust, turns out I'm a moron and had rust installed instead of rustup the development toolchain 3 comments
|
@BrodieOnLinux we'll, I had the same problem a few days ago. Install only rustup from the Arch repos and install a toolchain using it. I had to do some additional configuration, but got it working through lsp-mode.
Still need to configure cargo-clippy in flycheck though.
#Emacs #Archlinux