Couldn't start client Rust Language Server
问题 I'm trying to figure out how to use rustc & cargo from my WSL. I use VS Code and Rust (rls) plugin and can compile my code but there is a problem with RLS: Couldn't start client Rust Language Server Rustup not available. Install from https://www.rustup.rs/ How i can solve this problem? 回答1: I had this problem as well with WSL and Visual Studio Code. The problem seems to stem from the fact that the Rust Language Server needs to find rustup in your path. We both probably followed the same path