diff --git a/crates/recent_projects/src/remote_servers.rs b/crates/recent_projects/src/remote_servers.rs index 61e5331cc6..7a4355ce43 100644 --- a/crates/recent_projects/src/remote_servers.rs +++ b/crates/recent_projects/src/remote_servers.rs @@ -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( diff --git a/docs/src/remote-development.md b/docs/src/remote-development.md index 8072bac73c..acff956a95 100644 --- a/docs/src/remote-development.md +++ b/docs/src/remote-development.md @@ -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.