vscode-rust
vscode-rust copied to clipboard
Unable to start RLS when installed through Homebrew
This bug is similar to #439 #700 but in MacOS.
I've installed rustup through homebrew (brew install rustup) and then Rust 1.39 via rustup-init. VS Code cannot see them unless I launch it from a a shell whose PATH includes $HOME/.cargo/bin and /usr/local/bin/. Apps launched from the Dock can only see /usr/bin, /bin, /usr/sbin, and /sbin.
Probably related to https://github.com/microsoft/vscode/issues/30847
Same issue here.
This is still broken.
@moloch-- unrelated to your problem (I saw your comment in the other issue), but I suggest giving https://marketplace.visualstudio.com/items?itemName=matklad.rust-analyzer a try.