Files
registry/registry/cytoshahar/modules/positron/README.md
T
Shahar Zrihen 6acded53f6 added positron desktop ide module based on vs code desktop (#528)
Co-authored-by: DevCats <chris@dualriver.com>
Co-authored-by: Atif Ali <atif@coder.com>
2025-11-23 09:19:09 +00:00

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
ide
positron

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