You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Option to specify absolute path to cargo.
Or alternatively, option to specify the environment variable when run cargo,
so I can change PATH to select alternative cargo,
which I currently do in Rust analyzer
Rational:
Our project mixes use of C/C++, Python and Rust, with matrixes of target CPU and compiler toolchain.
Currently each configuration is setup by a bash script named cargo, which wraps the original cargo,
and setups needed environment variables for cargo.
So the cargo in the PATH when VSCode starts cannot be used.
The text was updated successfully, but these errors were encountered:
Option to specify absolute path to
cargo
.Or alternatively, option to specify the environment variable when run
cargo
,so I can change
PATH
to select alternativecargo
,which I currently do in
Rust analyzer
Rational:
Our project mixes use of C/C++, Python and Rust, with matrixes of target CPU and compiler toolchain.
Currently each configuration is setup by a bash script named
cargo
, which wraps the originalcargo
,and setups needed environment variables for cargo.
So the
cargo
in the PATH when VSCode starts cannot be used.The text was updated successfully, but these errors were encountered: