## Description #750 follow-up ## Type of Change - [ ] New module - [ ] New template - [ ] Bug fix - [x] Feature/enhancement - [ ] Documentation - [ ] Other
940 B
940 B
| display_name | description | icon | verified | tags | ||
|---|---|---|---|---|---|---|
| Positron Desktop | Add a one-click button to launch Positron Desktop | ../../../../.icons/positron.svg | false |
|
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