https://github.com/coder/vscode-coder
Open any Coder workspace in VS Code with a single click.
https://github.com/coder/vscode-coder
Last synced: 20 days ago
JSON representation
Open any Coder workspace in VS Code with a single click.
- Host: GitHub
- URL: https://github.com/coder/vscode-coder
- Owner: coder
- License: mit
- Created: 2022-12-27T07:19:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-01T14:36:24.000Z (24 days ago)
- Last Synced: 2025-04-01T15:40:45.217Z (24 days ago)
- Language: TypeScript
- Size: 15.5 MB
- Stars: 75
- Watchers: 10
- Forks: 18
- Open Issues: 75
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Coder Remote
[](https://marketplace.visualstudio.com/items?itemName=coder.coder-remote)
[](https://open-vsx.org/extension/coder/coder-remote)
[](https://coder.com/chat?utm_source=github.com/coder/vscode-coder&utm_medium=github&utm_campaign=readme.md)The Coder Remote extension lets you open [Coder](https://github.com/coder/coder)
workspaces with a single click.- Open workspaces from the dashboard in a single click.
- Automatically start workspaces when opened.
- No command-line or local dependencies required - just install your editor!
- Works in air-gapped or restricted networks. Just connect to your Coder
deployment!
- Supports multiple editors: VS Code, Cursor, and Windsurf.> [!NOTE]
> The extension builds on VS Code-provided implementations of SSH. Make
> sure you have the correct SSH extension installed for your editor
> (`ms-vscode-remote.remote-ssh` or `codeium.windsurf-remote-openssh` for Windsurf).
## Getting Started
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press
enter.```shell
ext install coder.coder-remote
```Alternatively, manually install the VSIX from the
[latest release](https://github.com/coder/vscode-coder/releases/latest).### Variables Reference
Coder uses `${userHome}` from VS Code's
[variables reference](https://code.visualstudio.com/docs/editor/variables-reference).
Use this when formatting paths in the Coder extension settings rather than `~`
or `$HOME`.Example: ${userHome}/foo/bar.baz