Zed
Zed is an open-source multiplayer code editor from the creators of Atom and Tree-sitter.
Use Zed to connect to Coder via SSH
Use the Coder CLI to log in and configure SSH, then connect to your workspace with Zed:
-
Install Coder CLI:
Consult the Coder CLI documentation for more options.
-
Log in to your Coder deployment and authenticate when prompted:
coder login coder.example.com
-
Configure Coder SSH:
coder config-ssh
-
Connect to the workspace via SSH:
zed ssh://coder.workspace-name
Or use Zed's Remote Development to connect to the workspace:
If you have any suggestions or experience any issues, please create a GitHub issue or share in our Discord channel.
See an opportunity to improve our docs? Make an edit.