Skip to content

Commit e09bd77

Browse files
committed
lint
1 parent 1bc29a8 commit e09bd77

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

README.md

+8-10
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,10 @@ workspaces with a single click.
1515
deployment!
1616
- Supports multiple editors: VS Code, Cursor, and Windsurf.
1717

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)
18+
> [!NOTE]
19+
> The extension builds on VSCode provided implementations of SSH. Make sure you
20+
> have the correct ssh extension installed for your editor
21+
> (ms-vscode-remote.remote-ssh or codeium.windsurf-remote-openssh for windsurf)
2322
2423
![Demo](https://github.com/coder/vscode-coder/raw/main/demo.gif?raw=true)
2524

@@ -35,12 +34,11 @@ ext install coder.coder-remote
3534
Alternatively, manually install the VSIX from the
3635
[latest release](https://github.com/coder/vscode-coder/releases/latest).
3736

38-
#### Variables Reference
37+
### Variables Reference
3938

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

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

0 commit comments

Comments
 (0)