Revert "Bail and signal error when the cwd of a resolved task doesn't exist" (#32866)

Reverts zed-industries/zed#32777
This commit is contained in:
Cole Miller 2025-06-17 10:01:16 -04:00 committed by GitHub
parent b9dc5f9061
commit 6c7bcfe752
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 4 additions and 54 deletions

View file

@ -135,7 +135,7 @@ pub trait TerminalProvider {
&self,
task: SpawnInTerminal,
window: &mut Window,
cx: &mut Context<Workspace>,
cx: &mut App,
) -> Task<Option<Result<ExitStatus>>>;
}