fix(positron): fix readme version and verification status (#587)

This commit is contained in:
Atif Ali 2025-12-09 13:05:29 +05:00 committed by GitHub
parent 499aaa676c
commit e0697562c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@
display_name: Positron Desktop display_name: Positron Desktop
description: Add a one-click button to launch Positron Desktop description: Add a one-click button to launch Positron Desktop
icon: ../../../../.icons/positron.svg icon: ../../../../.icons/positron.svg
verified: true verified: false
tags: [ide, positron] tags: [ide, positron]
--- ---
@ -16,7 +16,7 @@ Uses the [Coder Remote VS Code Extension](https://github.com/coder/vscode-coder)
module "positron" { module "positron" {
count = data.coder_workspace.me.start_count count = data.coder_workspace.me.start_count
source = "registry.coder.com/cytoshahar/positron/coder" source = "registry.coder.com/cytoshahar/positron/coder"
version = "1.0.0" version = "1.0.1"
agent_id = coder_agent.main.id agent_id = coder_agent.main.id
} }
``` ```