File tree 1 file changed +8
-10
lines changed
1 file changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,10 @@ workspaces with a single click.
15
15
deployment!
16
16
- Supports multiple editors: VS Code, Cursor, and Windsurf.
17
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)
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)
23
22
24
23
![ Demo] ( https://github.com/coder/vscode-coder/raw/main/demo.gif?raw=true )
25
24
@@ -35,12 +34,11 @@ ext install coder.coder-remote
35
34
Alternatively, manually install the VSIX from the
36
35
[ latest release] ( https://github.com/coder/vscode-coder/releases/latest ) .
37
36
38
- #### Variables Reference
37
+ ### Variables Reference
39
38
40
- Coder uses
41
- ` ${userHome} ` from VS Code's
39
+ Coder uses ` ${userHome} ` from VS Code's
42
40
[ 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 ` .
45
43
46
44
Example: ${userHome}/foo/bar.baz
You can’t perform that action at this time.
0 commit comments