Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.33 KB

README.md

File metadata and controls

38 lines (27 loc) · 1.33 KB

Coder Remote

Visual Studio Marketplace "Join us on Discord"

The Coder Remote VS Code extension lets you open 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 VS Code!
  • Works in air-gapped or restricted networks. Just connect to your Coder deployment!

Demo

Getting Started

Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.

ext install coder.coder-remote

Alternatively, manually install the VSIX from the latest release.

Variables Reference

Coder uses ${userHome} from VS Code's variables reference. Use this when formatting paths in the Coder extension settings rather than ~ or $HOME.

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