Skip to content
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
link to comparison from vs code doc
  • Loading branch information
EdwardAngert committed Jul 30, 2025
commit 1ec8b1ccf28e6d304125ce0512cf3298a013c76b
12 changes: 7 additions & 5 deletions docs/user-guides/workspace-access/vscode.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# Visual Studio Code

You can develop in your Coder workspace remotely with
[VSCode](https://code.visualstudio.com/download). We support connecting with the
desktop client and VSCode in the browser with
[VS Code](https://code.visualstudio.com/download).
We support connecting with the desktop client and VS Code in the browser with
[code-server](https://github.com/coder/code-server).
Learn more about how VS Code Web and code-server compare in the
[code-server doc](./code-server.md).

## VSCode Desktop
## VS Code Desktop

VSCode desktop is a default app for workspaces.
VS Code desktop is a default app for workspaces.

Click `VS Code Desktop` in the dashboard to one-click enter a workspace. This
automatically installs the [Coder Remote](https://github.com/coder/vscode-coder)
Expand All @@ -21,7 +23,7 @@ extension, authenticates with Coder, and connects to the workspace.

### Manual Installation

You can install our extension manually in VSCode using the command palette.
You can install our extension manually in VS Code using the command palette.
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press
enter.

Expand Down
Loading