zed/crates/terminal/src
Thorsten Ball efc4d3efdf
ssh remoting: Fix wrong working directory for SSH terminals (#19672)
Before this change, we would save the working directory *on the client*
of each shell that was running in a terminal.

While it's technically right, it's wrong in all of these cases where
`working_directory` was used:

- in inline assistant
- when resolving file paths in the terminal output
- when serializing the current working dir and deserializing it on
restart

Release Notes:

- Fixed terminals opened on remote hosts failing to deserialize with an
error message after restarting Zed.
2024-10-24 13:52:26 +02:00
..
mappings Fix sending alt-enter in terminal (#18363) 2024-09-25 18:01:33 -04:00
pty_info.rs Update Rust crate sysinfo to 0.31.0 (#17733) 2024-09-17 21:50:37 +02:00
terminal.rs ssh remoting: Fix wrong working directory for SSH terminals (#19672) 2024-10-24 13:52:26 +02:00
terminal_settings.rs Make terminal.option_as_meta=false in default settings (#19364) 2024-10-17 10:31:35 -04:00