We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 499aaa6 commit e069756Copy full SHA for e069756
registry/cytoshahar/modules/positron/README.md
@@ -2,7 +2,7 @@
2
display_name: Positron Desktop
3
description: Add a one-click button to launch Positron Desktop
4
icon: ../../../../.icons/positron.svg
5
-verified: true
+verified: false
6
tags: [ide, positron]
7
---
8
@@ -16,7 +16,7 @@ Uses the [Coder Remote VS Code Extension](https://github.com/coder/vscode-coder)
16
module "positron" {
17
count = data.coder_workspace.me.start_count
18
source = "registry.coder.com/cytoshahar/positron/coder"
19
- version = "1.0.0"
+ version = "1.0.1"
20
agent_id = coder_agent.main.id
21
}
22
```
0 commit comments