Open
Description
rust-analyzer version: v0.3.2319.
When I click "Run Test", I got the error below:

But if I run the same command in the terminal, it works:

Here is where the cargo binary is located:
% which cargo
/Users/alan.xu/.cargo/bin/cargo
So I think the PATH env is incorrect for "Run Test".
(btw, I'm using zsh, and the PATH is set in ~/.zshrc
)