Phorcys 480bf4b48c
chore: update vscode-desktop-core module dependencies (#751)
## Description

#750 follow-up

## Type of Change

- [ ] New module
- [ ] New template
- [ ] Bug fix
- [x] Feature/enhancement
- [ ] Documentation
- [ ] Other
2026-02-24 05:20:27 +00:00

940 B

display_name description icon verified tags
Positron Desktop Add a one-click button to launch Positron Desktop ../../../../.icons/positron.svg false
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.2"
  agent_id = coder_agent.main.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.2"
  agent_id = coder_agent.main.id
  folder   = "/home/coder/project"
}

Based on the Coder VS Code Desktop Module