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
50.99k stars 3.16k forks source link

ssh stops updating files #21436

Open king-11 opened 19 hours ago

king-11 commented 19 hours ago

Check for existing issues

Describe the bug / provide steps to reproduce it

I recently had an interview where I needed to ssh into a remote machine and planned on using ssh connection. While initially everything was working fine after a while zed wasn't able to persist changes I was making on files. I was doing :w but file was still displayed with a dot which I think means buffer was updated but not persisted and so was the case as interviewers told me they couldn't see my changes on the machine.

I have encountered the same issue earlier as well on other remote machines. The connection to remote machine was established using:

Environment

I currently use fedora 41 with latest zed and installed the binaries on the remote server on the fly as well for the first time. It was an aws instance not sure about os it was using but it was linux

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

king-11 commented 19 hours ago

Sorry I don't have logs available at the moment as I wasn't using zed with --foreground