zed/crates/util
Amaan 4eb7ae8108
util: Fix failed to load env variables on Windows when users have custom terminal shell args (#51787)
Closes #46933 

Before you mark this PR as ready for review, make sure that you have:
- [x] Added a solid test coverage and/or screenshots from doing manual
testing
- [x] Done a self-review taking into account security and performance
aspects
- [x] NO UI CHANGES


Release Notes:
- Fixed `Failed to load shell environment` errors on Windows when users
have custom terminal shell arguments configured (e.g., cmd.exe with `/k
echo Hello` or similar startup commands)
2026-04-02 08:39:19 +02:00
..
src util: Fix failed to load env variables on Windows when users have custom terminal shell args (#51787) 2026-04-02 08:39:19 +02:00
Cargo.toml Remove std::fs::read_link in fs (#50974) 2026-03-14 20:02:34 -04:00
LICENSE-APACHE