ZIm/crates/remote/src
marton csutora 014f93008a
Make remote mkdir shell-independent for compatibility (#32997)
- Closes: #30962 

Nushell does not support mkdir -p
So invoke sh -c "mkdir -p" instead which will also work under nushell.

Release Notes:

- Fixed ssh remotes running Nushell (and possibly other non
posix-compliant shells)

---------

Co-authored-by: Conrad Irwin <conrad.irwin@gmail.com>
2025-06-25 03:21:59 +00:00
..
json_log.rs Improve ssh remote error handling and logging (#15035) 2024-07-23 13:29:56 -07:00
protocol.rs Fix flakey SSH connection (#19439) 2024-10-18 15:41:43 -07:00
proxy.rs remote server: Do not spawn server when proxy reconnects (#18864) 2024-10-09 16:51:12 +02:00
remote.rs ssh remote: Handle disconnect on project and show overlay (#19014) 2024-10-10 12:59:09 +02:00
ssh_session.rs Make remote mkdir shell-independent for compatibility (#32997) 2025-06-25 03:21:59 +00:00