Ngonidzashe Mangudya
68e6d55596
terminal: Fix terminal split pane opening in wrong directory ( #39537 )
...
## Problem
When splitting a terminal pane, the new pane opens in the root directory
(`/`) instead of preserving the current working directory of the
original terminal.
For example, when working in `/Users/modestnerd/Developer/Projects/zed`
(my pc) and splitting the terminal pane, the new pane would open in `/`
instead of staying in the current directory.
## Solution
Restructured the fallback logic in
`new_pane_with_cloned_active_terminal` (terminal_panel.rs:452-456) to
ensure `default_working_directory(workspace, cx)` is called as a
fallback even when a terminal view exists but its `working_directory()`
returns `None`.
The fix changes the nested `and_then` to use `or_else` for the fallback,
ensuring the working directory is always properly resolved before
entering the async block.
Release Notes:
- Fixed terminal split pane opening in wrong directory instead of
preserving the current working directory
2025-10-05 07:08:17 +00:00
..
2025-10-04 04:49:33 +00:00
2025-09-24 18:57:33 -04:00
2025-09-16 08:07:02 +00:00
2025-09-27 14:50:10 +00:00
2025-09-27 14:50:10 +00:00
2025-10-04 00:50:14 -04:00
2025-09-19 17:05:39 +02:00
2025-10-04 17:19:27 +00:00
2025-09-25 02:11:48 +00:00
2025-09-29 18:56:03 +00:00
2025-09-30 21:03:06 +08:00
2025-09-25 14:41:49 +02:00
2025-09-27 14:50:10 +00:00
2025-09-30 11:41:49 +00:00
2025-09-25 22:24:32 +00:00
2025-10-04 04:49:33 +00:00
2025-09-29 16:50:17 +00:00
2025-09-26 15:17:36 +00:00
2025-09-30 21:02:46 +08:00
2025-09-14 14:01:04 +02:00
2025-09-29 18:56:03 +00:00
2025-09-24 14:35:38 +02:00
2025-09-27 09:20:55 -04:00
2025-09-30 21:03:06 +08:00
2025-09-25 14:42:32 -07:00
2025-09-19 01:39:26 +02:00
2025-09-29 15:48:58 +00:00
2025-09-30 14:30:13 +00:00
2025-10-03 22:17:31 +00:00
2025-10-02 16:17:27 +00:00
2025-09-26 15:17:36 +00:00
2025-09-22 14:36:10 -07:00
2025-09-27 14:50:10 +00:00
2025-09-29 15:48:58 +00:00
2025-09-29 09:03:00 -07:00
2025-09-27 14:50:10 +00:00
2025-09-27 14:50:10 +00:00
2025-09-27 14:50:10 +00:00
2025-10-04 04:49:33 +00:00
2025-09-25 15:11:12 +02:00
2025-09-30 11:41:49 +00:00
2025-09-29 10:11:48 -04:00
2025-09-29 15:48:58 +00:00
2025-09-26 12:42:06 -06:00
2025-10-02 13:34:13 +00:00
2025-10-03 20:11:21 -06:00
2025-09-27 14:50:10 +00:00
2025-09-27 14:50:10 +00:00
2025-09-26 11:41:26 -04:00
2025-09-26 15:17:36 +00:00
2025-10-03 16:58:47 +00:00
2025-09-24 18:57:33 -04:00
2025-10-02 03:52:06 +00:00
2025-10-02 23:04:31 +02:00
2025-10-03 11:41:59 +02:00
2025-10-03 13:12:24 +00:00
2025-09-26 22:28:52 +00:00
2025-09-25 14:42:32 -07:00
2025-10-02 14:22:10 -04:00
2025-09-18 21:13:49 +00:00
2025-10-03 22:17:31 +00:00
2025-10-03 20:11:21 -06:00
2025-09-18 16:47:23 +00:00
2025-10-03 19:25:15 -04:00
2025-09-24 18:07:34 +00:00
2025-10-03 12:10:40 +02:00
2025-09-30 12:27:23 -03:00
2025-10-02 23:04:31 +02:00
2025-09-24 18:57:33 -04:00
2025-09-24 18:57:33 -04:00
2025-09-29 14:24:17 +00:00
2025-09-26 11:41:26 -04:00
2025-10-02 22:14:12 -06:00
2025-09-27 14:50:10 +00:00
2025-10-02 23:04:31 +02:00
2025-09-29 18:56:03 +00:00
2025-09-15 09:43:04 +02:00
2025-10-03 20:11:21 -06:00
2025-09-25 14:42:32 -07:00
2025-10-03 12:10:40 +02:00
2025-09-25 15:11:12 +02:00
2025-10-02 23:04:31 +02:00
2025-10-02 09:39:18 -03:00
2025-09-26 15:17:36 +00:00
2025-10-03 14:23:23 -03:00
2025-09-24 04:31:06 +00:00
2025-10-03 22:17:31 +00:00
2025-09-24 14:35:38 +02:00
2025-09-24 02:19:52 -06:00
2025-10-03 17:35:30 +00:00
2025-09-18 16:47:23 +00:00
2025-09-18 16:47:23 +00:00
2025-10-03 19:20:51 +00:00
2025-10-02 23:04:31 +02:00
2025-09-25 14:42:32 -07:00
2025-09-22 15:07:40 +00:00
2025-09-24 18:57:33 -04:00
2025-10-04 17:19:27 +00:00
2025-10-02 11:40:09 +05:30
2025-09-24 18:57:33 -04:00
2025-10-02 09:01:47 +00:00
2025-10-02 23:04:31 +02:00
2025-09-30 06:55:09 +00:00
2025-10-03 23:23:09 +02:00
2025-10-03 15:55:01 +00:00
2025-10-02 23:04:31 +02:00
2025-09-24 14:35:38 +02:00
2025-10-02 00:40:14 -03:00
2025-09-25 13:03:56 -06:00
2025-10-02 23:04:31 +02:00
2025-09-24 21:16:06 +00:00
2025-10-03 20:11:21 -06:00
2025-09-18 22:28:17 -06:00
2025-10-02 23:04:31 +02:00
2025-10-04 03:29:28 +00:00
2025-09-26 11:41:26 -04:00
2025-09-27 11:01:04 +02:00
2025-09-17 10:11:51 +02:00
2025-10-02 23:04:31 +02:00
2025-09-24 14:35:38 +02:00
2025-09-29 15:48:58 +00:00
2025-09-14 14:01:04 +02:00
2025-09-24 18:57:33 -04:00
2025-09-26 15:17:36 +00:00
2025-09-24 18:57:33 -04:00
2025-10-03 23:23:09 +02:00
2025-09-27 14:50:10 +00:00
2025-10-05 02:43:46 +00:00
2025-10-05 07:08:17 +00:00
2025-10-02 23:04:31 +02:00
2025-10-03 14:23:23 -03:00
2025-09-22 14:36:10 -07:00
2025-09-18 16:47:23 +00:00
2025-10-03 23:25:54 +00:00
2025-09-29 18:08:47 +02:00
2025-10-04 03:29:28 +00:00
2025-10-03 17:35:30 +00:00
2025-10-03 17:35:30 +00:00
2025-09-29 10:09:31 -03:00
2025-10-03 11:41:59 +02:00
2025-09-29 21:16:00 +00:00
2025-10-03 15:58:34 +02:00
2025-09-18 21:13:49 +00:00
2025-10-03 20:11:21 -06:00
2025-10-03 13:12:24 +00:00
2025-10-03 16:00:09 -04:00
2025-10-02 23:04:31 +02:00
2025-09-23 21:40:22 +00:00
2025-09-15 03:36:24 +00:00
2025-09-29 15:48:58 +00:00
2025-09-29 22:15:00 +00:00
2025-09-29 22:15:00 +00:00
2025-10-01 06:31:27 +00:00
2025-09-26 11:41:26 -04:00
2025-09-18 21:13:49 +00:00