docs: link to official OpenCode extensions

The docs previously instructed users to search for "OpenCode" in the extension marketplace, which can surface clone or impersonation extensions.

Add direct links to the official listings on VS Code Marketplace and Open VSX, and include a short note to verify the publisher (sst-dev) and extension ID (`sst-dev.opencode`) when installing via search.
pull/16973/head
initstring 2026-03-11 16:14:38 +11:00 committed by GitHub
parent 7ec398d855
commit 84fa5df116
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 1 deletions

View File

@ -30,7 +30,12 @@ If on the other hand you want to use your own IDE when you run `/editor` or `/ex
### Manual Install
Search for **OpenCode** in the Extension Marketplace and click **Install**.
Install the official OpenCode extension from one of the marketplaces:
- VS Code Marketplace: https://marketplace.visualstudio.com/items?itemName=sst-dev.opencode
- Open VSX: https://open-vsx.org/extension/sst-dev/opencode
If installing via search, verify the publisher is **sst-dev** and the extension ID is `sst-dev.opencode`.
---