- Notifications
You must be signed in to change notification settings - Fork914
Commit3335129
docs: add zed as coder_app to open from workspace with a hotlink (#17236)
I want to open the locally installed Zed IDE as an icon from a Coderworkspace.To do this, I added a `coder_app` resource and a `url` with Zed's remotedevelopment hotlink approach. ```hcl resource "coder_app" "zed" { agent_id = coder_agent.dev.id slug = "slug" display_name = "Zed" external = true url = "zed://ssh/coder.${data.coder_workspace.me.name}" icon = "/icon/zed.svg" } ```My [community Dockertemplate](https://github.com/sharkymark/v2-templates/blob/main/src/docker-code-server/main.tf)lets the user choose VS Code Desktop, code-server or Zed.@kylecarbs---------Co-authored-by: Edward Angert <EdwardAngert@users.noreply.github.com>1 parent743d308 commit3335129
1 file changed
+13
-0
lines changedLines changed: 13 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
62 | 62 |
| |
63 | 63 |
| |
64 | 64 |
| |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
65 | 78 |
| |
66 | 79 |
| |
67 | 80 |
| |
|
0 commit comments
Comments
(0)