You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/user-guides/workspace-access/README.md
+3-9
Original file line number
Diff line number
Diff line change
@@ -63,18 +63,12 @@ Your workspace is now accessible via `ssh coder.<workspace_name>` (e.g.,
63
63
64
64
## Visual Studio Code
65
65
66
-
Click `VS Code Desktop` in the dashboard to one-click enter a workspace. This
67
-
automatically installs the [Coder Remote](https://github.com/coder/vscode-coder)
68
-
extension, authenticates with Coder, and connects to the workspace.
66
+
You can develop in your Coder workspace remotely with
67
+
[VSCode](https://code.visualstudio.com/download). We support connecting with the desktop client and VSCode in the browser with [code-server](#code-server).
[VSCode](https://code.visualstudio.com/download). We support connecting with the desktop client and VSCode in the browser with [code-server](#code-server).
5
+
6
+
## VSCode Desktop
7
+
8
+
VSCode desktop is a default Coder App for agents.
5
9
6
10
Click `VS Code Desktop` in the dashboard to one-click enter a workspace. This
7
11
automatically installs the [Coder Remote](https://github.com/coder/vscode-coder)
@@ -15,3 +19,22 @@ on the `coder_agent` resource in your workspace template. See the
15
19
16
20
> The `VS Code Desktop` button can be hidden by enabling
You can install our extension manually in VSCode using the command pallette. Launch VS Code Quick Open (Ctrl+P), paste the following command, and press
0 commit comments