zed/crates/remote_server
Max Brunsfeld 6a2bad4e11
Load env vars from login shell in remote server (#40148)
Fixes a bug mentioned in
https://github.com/zed-industries/zed/issues/38891

Release Notes:

- Fixed a bug where environment variables like `NODE_EXTRA_CA_CERTS`
were not loaded from the user's shell initialization scripts in WSL or
SSH remote projects.

Co-authored-by: Cole Miller <cole@zed.dev>
2025-10-13 16:09:53 -07:00
..
src Load env vars from login shell in remote server (#40148) 2025-10-13 16:09:53 -07:00
build.rs Forbid std::process::Command spawning, replace with smol where appropriate (#38894) 2025-09-26 15:17:36 +00:00
Cargo.toml windows: Add support for fetching shell environment in remote projects (#39831) 2025-10-12 23:31:40 +00:00
LICENSE-GPL