mirror of
https://github.com/zed-industries/zed.git
synced 2026-05-31 13:09:47 +00:00
Closes #39614
The `ShellKind` struct is built on Windows' side, meaning that when
connecting to remotes, we fall back to PowerShell construction, even if
the shell program we are spawning is a unix program.
This broke tasks creation since we are using the shell kind to construct
args:
|
||
|---|---|---|
| .. | ||
| session | ||
| tests | ||
| attach_modal.rs | ||
| debugger_panel.rs | ||
| debugger_ui.rs | ||
| dropdown_menus.rs | ||
| new_process_modal.rs | ||
| onboarding_modal.rs | ||
| persistence.rs | ||
| session.rs | ||
| stack_trace_view.rs | ||
| tests.rs | ||