Skip to content

Commit 749d839

Browse files
committed
desktop file sync
1 parent 940bfe6 commit 749d839

File tree

6 files changed

+20
-0
lines changed

6 files changed

+20
-0
lines changed
Loading

docs/user-guides/desktop/index.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,26 @@ Use `ping` in a Command Prompt or PowerShell terminal to verify the connection t
162162

163163
</div>
164164

165+
## Sync a local directory with your workspace
166+
167+
If you're working offline or adding screenshots to your documentation, Coder Desktop file sync can make it easier to move files to your workspace.
168+
169+
1. Create a new local directory.
170+
171+
If you select an existing clone of your repository, Desktop will recognize it as conflicting files.
172+
173+
1. In the Coder Desktop app, select **File sync**.
174+
175+
![Coder Desktop File Sync screen](../../images/user-guides/desktop/coder-desktop-file-sync.png)
176+
177+
1. Select the **+** in the corner to select the local path, workspace, and remote path, then select **Add**:
178+
179+
![Coder Desktop File Sync add paths](../../images/user-guides/desktop/coder-desktop-file-sync-add.png)
180+
181+
1. File sync clones your workspace directory to your local directory, then watches for changes:
182+
183+
![Coder Desktop File Sync watching](../../images/user-guides/desktop/coder-desktop-file-sync-watching.png)
184+
165185
## Accessing web apps in a secure browser context
166186

167187
Some web applications require a [secure context](https://developer.mozilla.org/en-US/docs/Web/Security/Secure_Contexts) to function correctly.

0 commit comments

Comments
 (0)