Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"group": "Getting Started",
"icon": "rocket-launch",
"pages": [
"ide-extensions/install",
"getting-started/installing",
"ide-extensions/quick-start",
"customize/overview"
]
Expand Down
156 changes: 156 additions & 0 deletions docs/getting-started/installing.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,156 @@
---
title: "Installing Continue"
description: "Install Continue in VS Code, VSCodium, or JetBrains in just a few steps."
---

<iframe
width="100%"
height="400"
src="https://www.youtube.com/embed/gjekTru4Cg4"
title="Install Continue VS Code Extension"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>

<Tabs>
<Tab title="VS Code">

<Steps>
<Step title="Install from Marketplace">
Click `Install` on the [Continue extension page in the Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=Continue.continue)

</Step>

<Step title="Install in VS Code">
This will open the Continue extension page in VS Code, where you will need to
click `Install` again
</Step>

<Step title="Move to Right Sidebar">
The Continue logo will appear on the left sidebar. For a better experience, move Continue to the right sidebar

![move-to-right-sidebar](/images/move-to-right-sidebar-b2d315296198e41046fc174d8178f30a.gif)

</Step>

<Step title="Sign In">
[Sign in to Mission Control](https://auth.continue.dev/) to get started
</Step>
</Steps>

<Info>
If you have any problems, see the [troubleshooting guide](/troubleshooting) or
ask for help in [GitHub Discussions](https://github.com/continuedev/continue/discussions)
</Info>

</Tab>

<Tab title="VSCodium / Open VSX">

Continue is also available on the [Open VSX Registry](https://open-vsx.org/extension/Continue/continue) for editors that support it, including **VSCodium**, **Code - OSS**, and other VS Code alternatives.

<Steps>
<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>

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

<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.

The Open VSX extension panel looks different from the VS Code Marketplace.
If you are searching from inside your editor, make sure it is configured to
use the Open VSX registry (this is the default for VSCodium)
</Info>

</Step>

<Step title="Install the Extension">
If you downloaded the `.vsix` file manually, install it via the command palette:

1. Open the command palette (`Ctrl` + `Shift` + `P`)
2. Run **Extensions: Install from VSIX...**
3. Select the downloaded `.vsix` file
</Step>

<Step title="Move to Right Sidebar">
The Continue logo will appear on the left sidebar. For a better experience, move Continue to the right sidebar

![move-to-right-sidebar](/images/move-to-right-sidebar-b2d315296198e41046fc174d8178f30a.gif)

</Step>

<Step title="Sign In">
[Sign in to Mission Control](https://auth.continue.dev/) to get started
</Step>
</Steps>

### VSCodium Troubleshooting

If Continue does not appear in the extension search results inside VSCodium, your editor may not be configured to use the Open VSX registry. You can verify and fix this by checking the `product.json` configuration file for your platform:

| Platform | Typical `product.json` location |
|---|---|
| **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` |

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.


Open `product.json` and verify that the `extensionsGallery` section points to the Open VSX registry:

```json
"extensionsGallery": {
"serviceUrl": "https://open-vsx.org/vscode/gallery",
"itemUrl": "https://open-vsx.org/vscode/item",
"resourceUrlTemplate": "https://open-vsx.org/vscode/unpkg/{publisher}/{name}/{version}/{path}"
}
```

<Warning>
A common mistake is using `https://marketplace.visualstudio.com` URLs here --
those are for the proprietary VS Code Marketplace and will not work in
VSCodium. The correct service URL is `https://open-vsx.org/vscode/gallery`.
</Warning>

After saving changes to `product.json`, restart VSCodium. You should then be able to search for and install Continue from the extensions panel.

<Info>
If you have any problems, see the [troubleshooting guide](/troubleshooting) or
ask for help in [GitHub Discussions](https://github.com/continuedev/continue/discussions)
</Info>

</Tab>

<Tab title="JetBrains">

<Steps>
<Step title="Open Settings">
Open your JetBrains IDE and open **Settings** using `Ctrl` + `Alt` + `S`
</Step>

<Step title="Find Continue Plugin">
Select **Plugins** on the sidebar and search for "Continue" in the marketplace
</Step>

<Step title="Install Plugin">
Click `Install`, which will cause the Continue logo to show up on the right toolbar

![jetbrains-getting-started.png](/images/getting-started/images/jetbrains-getting-started-d62b7edee1cdd58508c5075faf285955.png)

</Step>

<Step title="Sign In">
[Sign in to Mission Control](https://auth.continue.dev/) to get started
</Step>
</Steps>

<Info>
If you have any problems, see the [troubleshooting guide](/troubleshooting) or
ask for help in [GitHub Discussions](https://github.com/continuedev/continue/discussions)
</Info>

</Tab>
</Tabs>

## Signing in

Click "Get started" to sign in to Mission Control and get started.

![Hub Onboarding in the Extension](../images/getting-started/images/hub-onboarding-card-81abd457b6d131c4b0aa89a5a6d647d3.png)