forked from continuedev/continue
-
Notifications
You must be signed in to change notification settings - Fork 0
docs: add installing guide with correct Open VSX and VSCodium guidance #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
ghost
wants to merge
2
commits into
main
Choose a base branch
from
docs/installing-guide-vscodium
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 | ||
|
|
||
|  | ||
|
|
||
| </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> | ||
| 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 | ||
|
|
||
|  | ||
|
|
||
| </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` | | ||
|
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The Windows path uses 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 | ||
|
|
||
|  | ||
|
|
||
| </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. | ||
|
|
||
|  | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
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.