docs: add installing guide with correct Open VSX and VSCodium guidance - #2
docs: add installing guide with correct Open VSX and VSCodium guidance#2ghost wants to merge 2 commits into
Conversation
Re-review complete. The previously noted MDX rendering pitfalls are still present in the current diff.
Mention @roomote in a comment to request specific changes to this pull request or fix all unresolved issues. |
| <Step title="Install from Open VSX"> | ||
| Visit the [Continue page on Open VSX](https://open-vsx.org/extension/Continue/continue) and click `Download` to get the `.vsix` file, or search for "Continue" directly in your editor's extension panel. | ||
|
|
||
| <Info> |
There was a problem hiding this comment.
<Info> is nested inside a <Step> here; Mintlify's <Steps> component often expects only <Step> children (and the existing install page keeps <Info> outside <Steps>), so this may render incorrectly. Consider moving this callout below </Steps>.
Fix it with Roo Code or mention @roomote and request a fix.
| | **Linux** (system install) | `/usr/share/codium/resources/app/product.json` | | ||
| | **Linux** (Flatpak) | `/var/lib/flatpak/app/com.vscodium.codium/current/active/files/share/codium/resources/app/product.json` | | ||
| | **macOS** | `/Applications/VSCodium.app/Contents/Resources/app/product.json` | | ||
| | **Windows** | `C:\Users\<username>\AppData\Local\Programs\VSCodium\resources\app\product.json` | |
There was a problem hiding this comment.
The Windows path uses C:\Users\<username>..., but in MDX the <username> can be parsed as an HTML tag and disappear in the rendered output. Using {username} or escaping the angle brackets avoids that.
Fix it with Roo Code or mention @roomote and request a fix.
…existing install page
|
Pushed a follow-up commit with three fixes:
|
Adds a new
docs/getting-started/installing.mdxpage with tabbed installation instructions for VS Code, VSCodium/Open VSX, and JetBrains. Key additions:product.jsonpaths (Linux system/Flatpak, macOS, Windows), the correct Open VSX gallery URL, and a warning about VS Code Marketplace URLs not workingdocs.jsonto include the new page under IDE Extensions > Getting StartedReferences draft PR: dduatis-star/Roo-Code-Docs#1
View task on Roo Code Cloud