Skip to content

Commit fb3c0b4

Browse files
committed
s/vscode/vs code to match theirs
1 parent 25d256e commit fb3c0b4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/user-guides/workspace-access/vscode.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Visual Studio Code
22

33
You can develop in your Coder workspace remotely with
4-
[VSCode](https://code.visualstudio.com/download). We support connecting with the
5-
desktop client and VSCode in the browser with
4+
[VS Code](https://code.visualstudio.com/download). We support connecting with the
5+
desktop client and VS Code in the browser with
66
[code-server](https://github.com/coder/code-server).
77

8-
## VSCode Desktop
8+
## VS Code Desktop
99

10-
VSCode desktop is a default app for workspaces.
10+
VS Code desktop is a default app for workspaces.
1111

1212
Click `VS Code Desktop` in the dashboard to one-click enter a workspace. This
1313
automatically installs the [Coder Remote](https://github.com/coder/vscode-coder)
@@ -20,9 +20,9 @@ extension, authenticates with Coder, and connects to the workspace.
2020
2121
### Manual Installation
2222

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

2727
```text
2828
ext install coder.coder-remote

0 commit comments

Comments
 (0)