mirror of
https://github.com/coder/registry.git
synced 2026-06-02 20:48:14 +00:00
6acded53f6
Co-authored-by: DevCats <chris@dualriver.com> Co-authored-by: Atif Ali <atif@coder.com>
945 B
945 B
display_name, description, icon, verified, tags
| display_name | description | icon | verified | tags | ||
|---|---|---|---|---|---|---|
| Positron Desktop | Add a one-click button to launch Positron Desktop | ../../../../.icons/positron.svg | true |
|
Positron Desktop
Add a button to open any workspace with a single click.
Uses the Coder Remote VS Code Extension.
module "positron" {
count = data.coder_workspace.me.start_count
source = "registry.coder.com/cytoshahar/positron/coder"
version = "1.0.0"
agent_id = coder_agent.example.id
}
Examples
Open in a specific directory
module "positron" {
count = data.coder_workspace.me.start_count
source = "registry.coder.com/cytoshahar/positron/coder"
version = "1.0.0"
agent_id = coder_agent.example.id
folder = "/home/coder/project"
}
Based on the Coder VS Code Desktop Module