Skip to content

docs: add documentation for VS Code in air-gapped environments #16533

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

Closed
wants to merge 2 commits into from
Closed
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
Next Next commit
s/vscode/vs code to match theirs
  • Loading branch information
EdwardAngert committed Feb 11, 2025
commit fb3c0b465a0c892dd22afbe1d8ed6c505ab95da2
14 changes: 7 additions & 7 deletions docs/user-guides/workspace-access/vscode.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# 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).

## 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 @@ -20,9 +20,9 @@ extension, authenticates with Coder, and connects to the workspace.

### Manual Installation

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

```text
ext install coder.coder-remote
Expand Down