vscode-rust icon indicating copy to clipboard operation
vscode-rust copied to clipboard

Unable to start RLS when installed through Homebrew

Open amyspark opened this issue 5 years ago • 4 comments

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.

amyspark avatar Dec 02 '19 16:12 amyspark

Probably related to https://github.com/microsoft/vscode/issues/30847

amyspark avatar Dec 03 '19 00:12 amyspark

Same issue here.

xuqingkuang avatar Jan 15 '20 08:01 xuqingkuang

This is still broken.

moloch-- avatar Apr 07 '22 20:04 moloch--

@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.

lnicola avatar Apr 08 '22 06:04 lnicola