Remove references to SSH remoting beta (#28399)

Release Notes:

- N/A
This commit is contained in:
Cole Miller 2025-04-08 23:26:22 -04:00 committed by GitHub
parent f0b7f355a2
commit 9dae4d8c59
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 3 deletions

View file

@ -1336,7 +1336,7 @@ impl RemoteServerProjects {
Modal::new("remote-projects", None)
.header(
ModalHeader::new()
.child(Headline::new("Remote Projects (beta)").size(HeadlineSize::XSmall)),
.child(Headline::new("Remote Projects").size(HeadlineSize::XSmall)),
)
.section(
Section::new().padded(false).child(

View file

@ -2,8 +2,6 @@
Remote Development allows you to code at the speed of thought, even when your codebase is not on your local machine. You use Zed locally so the UI is immediately responsive, but offload heavy computation to the development server so that you can work effectively.
> **Note:** Remoting is still "beta". We are still refining the reliability and performance.
## Overview
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.