zed-industries / zed

Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
https://zed.dev
Other
48.96k stars 2.95k forks source link

Remote Projects: Opening terminal fails to cd into directory with spaces #19655

Closed thesilican closed 4 days ago

thesilican commented 4 days ago

Check for existing issues

Describe the bug / provide steps to reproduce it

Create a remote connection to a folder on a remote machine that has spaces in its name, then open the terminal with cmd + j.

You get the message sh: 1: cd: can't cd to ~/school/CS 343 (or whatever the path your project is in).

Screenshot 2024-10-23 at 9 39 45 PM

Environment

Zed: v0.157.5 (Zed) OS: macOS 15.0.1 Memory: 16 GiB Architecture: aarch64

My remote machine is Ubuntu 24.04 with fish shell

If applicable, add mockups / screenshots to help explain present your vision of the feature

No response

If applicable, attach your Zed.log file to this issue.

No response

thesilican commented 4 days ago

Seemed to be a fluke, I can no longer reproduce it