Couldn't start client Rust Language Server

Set rust-client.rustupPath in VSCode settings:

{
    "rust-client.rustupPath": "~/.cargo/bin/rustup"
}

If you're using WSL on Windows then make sure you edit Rust extension WSL settings, not user/local settings.

Tutorial: