Skip to content

Commit ec52f9f

Browse files
Add important note about Zed requirements to README
Add note that Zed needs either Coder CLI with config-ssh or Coder Desktop to work properly with SSH connections. Co-authored-by: matifali <[email protected]>
1 parent 08991f2 commit ec52f9f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

registry/coder/modules/zed/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ Add a button to open any workspace with a single click in Zed IDE.
1313

1414
Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1515

16+
> [!IMPORTANT]
17+
> Zed needs you to either have Coder CLI installed with `coder config-ssh` run or [Coder Desktop](https://coder.com/docs/user-guides/desktop).
18+
1619
```tf
1720
module "zed" {
1821
count = data.coder_workspace.me.start_count

0 commit comments

Comments
 (0)