From d5c9955a179e294bd5c238ec0ef1608887012c11 Mon Sep 17 00:00:00 2001 From: Atif Ali Date: Tue, 1 Jul 2025 17:59:10 +0500 Subject: [PATCH 1/3] docs: move the duplicate install warning to Troubleshooting section. --- docs/user-guides/desktop/index.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/user-guides/desktop/index.md b/docs/user-guides/desktop/index.md index 6b50123f17048..58d70f5cc1416 100644 --- a/docs/user-guides/desktop/index.md +++ b/docs/user-guides/desktop/index.md @@ -34,10 +34,6 @@ You can install Coder Desktop on macOS or Windows. 1. Continue to the [configuration section](#configure). -> Do not install more than one copy of Coder Desktop. -> -> To avoid system VPN configuration conflicts, only one copy of `Coder Desktop.app` should exist on your Mac, and it must remain in `/Applications`. - ### Windows If you use [WinGet](https://github.com/microsoft/winget-cli), run `winget install Coder.CoderDesktop`. From 48553e57c8da21213c9d2de4cb5bce10e1b5e0c1 Mon Sep 17 00:00:00 2001 From: Atif Ali Date: Tue, 1 Jul 2025 19:41:05 +0500 Subject: [PATCH 2/3] Update index.md --- docs/user-guides/desktop/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/user-guides/desktop/index.md b/docs/user-guides/desktop/index.md index 58d70f5cc1416..212e2ba1ca2b7 100644 --- a/docs/user-guides/desktop/index.md +++ b/docs/user-guides/desktop/index.md @@ -119,6 +119,10 @@ Before you can use Coder Desktop, you will need to sign in. 1. Coder Connect is now running! +## Troubleshooting + +- Do not install more than one copy of Coder Desktop. To avoid system VPN configuration conflicts, only one copy of `Coder Desktop.app` should exist on your Mac, and it must remain in `/Applications`. + ## Next Steps - [Connect to and work on your workspace](./desktop-connect-sync.md) From 22b5599ee699cf8465fc65eb0d4018b7cb9f7fb9 Mon Sep 17 00:00:00 2001 From: Atif Ali Date: Wed, 2 Jul 2025 16:19:04 +0500 Subject: [PATCH 3/3] Update docs/user-guides/desktop/index.md Co-authored-by: Edward Angert --- docs/user-guides/desktop/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guides/desktop/index.md b/docs/user-guides/desktop/index.md index 212e2ba1ca2b7..d47c2d2a604de 100644 --- a/docs/user-guides/desktop/index.md +++ b/docs/user-guides/desktop/index.md @@ -121,7 +121,7 @@ Before you can use Coder Desktop, you will need to sign in. ## Troubleshooting -- Do not install more than one copy of Coder Desktop. To avoid system VPN configuration conflicts, only one copy of `Coder Desktop.app` should exist on your Mac, and it must remain in `/Applications`. +Do not install more than one copy of Coder Desktop. To avoid system VPN configuration conflicts, only one copy of `Coder Desktop.app` should exist on your Mac, and it must remain in `/Applications`. ## Next Steps