From 84fa5df1166fb06875df75b7d26b156cb91daebd Mon Sep 17 00:00:00 2001 From: initstring <26131150+initstring@users.noreply.github.com> Date: Wed, 11 Mar 2026 16:14:38 +1100 Subject: [PATCH] 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. --- packages/web/src/content/docs/ide.mdx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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`. ---