From 33d4c563fb1e2b9fedbde7382671ebfe245308c1 Mon Sep 17 00:00:00 2001 From: Conrad Irwin Date: Tue, 7 May 2024 09:50:06 -0600 Subject: [PATCH] Add a nohup workaround (#11499) Release Notes: - N/A --- docs/src/remote-development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/remote-development.md b/docs/src/remote-development.md index abb283e380..1fc63a0cfa 100644 --- a/docs/src/remote-development.md +++ b/docs/src/remote-development.md @@ -24,9 +24,9 @@ Currently the two instances connect via Zed's servers, but we intend to build pe 5. On the remote machine, paste the instructions from step 3. > NOTE: Currently you must keep this process open. We are working on making it background itself. + > In the meantime, you can run `nohup zed --dev-server-token YY.XXX >~/.zed-log 2>&1 &` 6. On your laptop you can now open folders on the remote machine. - > NOTE: Zed does not currently handle opening very large directories (e.g. `/` or `~` that may have >100,000 files) very well. We are working on improving this, but suggest in the meantime opening only specific projects, or subfolders of very large mono-repos. ## Known Limitations