Skip to content

Commit 1bc29a8

Browse files
authored
chore(README.md): fix formatting and add OpenVSX badge
Also Closes #269
1 parent f517845 commit 1bc29a8

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

README.md

+11-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Coder Remote
22

33
[![Visual Studio Marketplace](https://vsmarketplacebadges.dev/version/coder.coder-remote.svg)](https://marketplace.visualstudio.com/items?itemName=coder.coder-remote)
4+
[![Open VSX Version](https://img.shields.io/open-vsx/v/coder/coder-remote)](https://open-vsx.org/extension/coder/coder-remote)
45
[!["Join us on
56
Discord"](https://badgen.net/discord/online-members/coder)](https://coder.com/chat?utm_source=github.com/coder/vscode-coder&utm_medium=github&utm_campaign=readme.md)
67

@@ -13,11 +14,12 @@ workspaces with a single click.
1314
- Works in air-gapped or restricted networks. Just connect to your Coder
1415
deployment!
1516
- Supports multiple editors: VS Code, Cursor, and Windsurf.
16-
> [!NOTE]
17-
> The extension builds on VSCode provided implementations of SSH. Make sure
18-
> you have the correct ssh extension installed for your editor
19-
> (ms-vscode-remote.remote-ssh or codeium.windsurf-remote-openssh for
20-
> windsurf)
17+
18+
> [!NOTE]
19+
> The extension builds on VSCode provided implementations of SSH. Make sure
20+
> you have the correct ssh extension installed for your editor
21+
> (ms-vscode-remote.remote-ssh or codeium.windsurf-remote-openssh for
22+
> windsurf)
2123
2224
![Demo](https://github.com/coder/vscode-coder/raw/main/demo.gif?raw=true)
2325

@@ -26,7 +28,7 @@ workspaces with a single click.
2628
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press
2729
enter.
2830

29-
```text
31+
```shell
3032
ext install coder.coder-remote
3133
```
3234

@@ -36,9 +38,9 @@ Alternatively, manually install the VSIX from the
3638
#### Variables Reference
3739

3840
Coder uses
39-
${userHome} from VS Code's
41+
`${userHome}` from VS Code's
4042
[variables reference](https://code.visualstudio.com/docs/editor/variables-reference).
41-
Use this when formatting paths in the Coder extension settings rather than ~ or
42-
$HOME.
43+
Use this when formatting paths in the Coder extension settings rather than `~` or
44+
`$HOME`.
4345

4446
Example: ${userHome}/foo/bar.baz

0 commit comments

Comments
 (0)