diff --git a/packages/web/src/content/docs/ide.mdx b/packages/web/src/content/docs/ide.mdx index 0f708d9e7d..8c6896f94c 100644 --- a/packages/web/src/content/docs/ide.mdx +++ b/packages/web/src/content/docs/ide.mdx @@ -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`. ---