Bail and signal error when the cwd of a resolved task doesn't exist (#32777)
Closes #32688 Release Notes: - Fixed tasks (including build tasks for debug configurations) silently using `/` as a working directory when the specified `cwd` didn't exist.
This commit is contained in:
parent
0f0ff40c6d
commit
22a2ff4f12
6 changed files with 54 additions and 4 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -15835,6 +15835,7 @@ dependencies = [
|
|||
"serde_json_lenient",
|
||||
"sha2",
|
||||
"shellexpand 2.1.2",
|
||||
"smol",
|
||||
"util",
|
||||
"workspace-hack",
|
||||
"zed_actions",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue