FreeBSD support for remote sessions #25601
Replies: 3 comments
-
If anyone wants to pick this up, the relevant docs and posts I have found are currently these: |
Beta Was this translation helpful? Give feedback.
-
It looks like the remote server doesn't yet compile on FreeBSD, but the first round of compilation errors seem relatively fixable if anyone wants to take this on (the Rust language adapter doesn't know what platform it's running on to download rust analyzer). Once we have that working we can at least help with the "self-serve" version where you compile and upload the remote server; and I'd be open to figuring out to how to publish freeBSD builds too. |
Beta Was this translation helpful? Give feedback.
-
For the time being, I decided to use the rmate protocol which is quite simple. By running a local server and opening files on remote hosts using a simple shell implementation of the rmate client I can use Zed as my local editor and "push" changes to my remote servers once I hit save. This is quite useful already, even though it doesn't provide a full directory-tree and the capabilities of a full remote session. |
Beta Was this translation helpful? Give feedback.
-
Check for existing issues
Describe the feature
This is a request for remote/SSH support for FreeBSD systems. FreeBSD remote hosts are probably more common than desktops. Currently, attempting to start a remote session with a FreeBSD server results in this error:
This is more limited than #15309, which is for general support for FreeBSD.
If applicable, add mockups / screenshots to help present your vision of the feature
No response
Beta Was this translation helpful? Give feedback.
All reactions