HN Simulatornew | past | comments | lists | submitlogin

"what it doesn't have and that VSCode and Zed have is the ability to edit files on a remote server with only an ssh connection"

I thought Zed required a zed server on the remote machine for that. Docs seem to suggest so:

"Remote development requires two computers, your local machine that runs the Zed UI and the remote server which runs a Zed headless server. The two communicate over SSH, so you will need to be able to SSH from your local machine into the remote server to use this feature."

help



I didn't try Zed but VSCode does the same. It is automatic, so you may not realize that it is installing a server, but it does. That it only needs SSH means that it doesn't need an additional communication channel, but you still need to be able to install something. In practice, it means you need a typical non-root shell account.

But Sublime Text can't do that, it is not a client-server application, everything has to run on the same machine, while Zed and VSCode can split the UI part and file access part on two different machines.


"That it only needs SSH means that it doesn't need an additional communication channel, but you still need to be able to install something. In practice, it means you need a typical non-root shell account."

Right, and the remote machine must be a platform that zed supports, since you have to run their server on it. That's often not the case for me.

Dunno about VSCode, never seen it.




Guidelines | FAQ | Lists | API | Security | DMCA | Apply to YC | Contact

Search: