ZIm/crates/task/src
Anthony Eid bcac748c2b
Add support for Nushell in shell builder (#33806)
We also swap out env variables before sending them to shells now in the
task system. This fixed issues Fish and Nushell had where an empty
argument could be sent into a command when no argument should be sent.
This only happened from task's generated by Zed.

Closes #31297 #31240

Release Notes:

- Fix bug where spawning a Zed generated task or debug session with Fish
or Nushell failed
2025-07-08 14:57:37 +00:00
..
adapter_schema.rs Default `#[schemars(deny_unknown_fields)] for json-language-server schemas (#33883) 2025-07-04 00:57:43 +00:00
debug_format.rs Default `#[schemars(deny_unknown_fields)] for json-language-server schemas (#33883) 2025-07-04 00:57:43 +00:00
serde_helpers.rs Migrate to schemars version 1.0 (#33635) 2025-06-30 21:07:28 +00:00
shell_builder.rs Add support for Nushell in shell builder (#33806) 2025-07-08 14:57:37 +00:00
static_source.rs chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
task.rs debugger: Fix the JavaScript debug terminal scenario (#33924) 2025-07-05 19:48:55 -04:00
task_template.rs Add support for Nushell in shell builder (#33806) 2025-07-08 14:57:37 +00:00
vscode_debug_format.rs debugger: Remove PHP debug adapter (#34020) 2025-07-08 01:36:32 +02:00
vscode_format.rs Show more info in the UI and logs (#33841) 2025-07-03 09:15:50 +00:00