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
Rust putting configuration and settings under user home directory.
Its inappropriate keep using path the Linux Legacy way.
Even developers for Linux start using XDG_CONFIG_HOME that points to $HOME/.config/ avoid putting everything under user home dir.
Solution you'd like
move configuration path from %USERPROFILE%/.rustup to somewhere like %APPDATA%/rustup
Problem you are trying to solve
Rust putting configuration and settings under user home directory.
Its inappropriate keep using path the Linux Legacy way.
Even developers for Linux start using
XDG_CONFIG_HOME
that points to$HOME/.config/
avoid putting everything under user home dir.Solution you'd like
move configuration path from
%USERPROFILE%/.rustup
to somewhere like%APPDATA%/rustup
env var from microsoft
Notes
No response
The text was updated successfully, but these errors were encountered: