Fixed issue where serialized terminal working directories would be lost in complex interactions
Co-authored-by: Kay <kay@zed.dev> Co-authored-by: Julia <julia@zed.dev>
This commit is contained in:
parent
e743f3b1d8
commit
828f406b4f
2 changed files with 4 additions and 5 deletions
|
@ -706,8 +706,7 @@ impl Item for TerminalView {
|
|||
let window_id = cx.window_id();
|
||||
cx.spawn(|pane, mut cx| async move {
|
||||
let cwd = TERMINAL_DB
|
||||
.take_working_directory(item_id, workspace_id)
|
||||
.await
|
||||
.get_working_directory(item_id, workspace_id)
|
||||
.log_err()
|
||||
.flatten();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue