Skip to content

docs: separate coder desktop sections into install and use pages #18068

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 29, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
re-add change to version from old PR
  • Loading branch information
EdwardAngert committed May 29, 2025
commit 9c841c3a83324ce98c9199994644fe55abcd3ab0
2 changes: 1 addition & 1 deletion docs/user-guides/desktop/desktop-connect-sync.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ You can also connect to the SSH server in your workspace using any SSH client, s
Any services listening on ports in your workspace will be available on the same hostname. For example, you can access a web server on port `8080` by visiting `http://your-workspace.coder:8080` in your browser.

> [!NOTE]
> Currently, the Coder IDE extensions for VSCode and JetBrains create their own tunnel and do not utilize the Coder Connect tunnel to connect to workspaces.
> For Coder versions v2.21.3 and earlier: the Coder IDE extensions for VSCode and JetBrains create their own tunnel and do not utilize the Coder Connect tunnel to connect to workspaces.

### Ping your workspace

Expand Down
Loading