parent
f0b7f355a2
commit
9dae4d8c59
2 changed files with 1 additions and 3 deletions
|
@ -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(
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue