File tree Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Expand file tree Collapse file tree 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.
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
3534Alternatively, 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
4644Example: ${userHome}/foo/bar.baz
You can’t perform that action at this time.
0 commit comments