diff --git a/crates/recent_projects/src/remote_servers.rs b/crates/recent_projects/src/remote_servers.rs index 61e5331cc610ae9f6cf055c318e51cc9065151fc..7a4355ce435b3e3e2fd2b5fbf9d8f7efbae0a85e 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 8072bac73c7f0cab96caae2554b474828eb8925e..acff956a95fac6241072041f3b8a7c28a043aba0 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.