|
1 | 1 | ---
|
2 |
| -title: Use the VSCode extension with self-hosted CodeRabbit |
| 2 | +title: Use with self-hosted CodeRabbit |
3 | 3 | description: How to setup the VSCode extension with self-hosted CodeRabbit
|
4 | 4 | ---
|
5 | 5 |
|
6 | 6 | This page is about setting up the VSCode extension with self-hosted CodeRabbit. If you are instead using the managed offering, see [Install the VSCode extension](/guides/install-vscode).
|
7 | 7 |
|
8 | 8 | ## Prerequisites
|
9 | 9 |
|
10 |
| -Your extension version should be greater than `0.12.1` |
| 10 | +1. Your extension version should be greater than `0.12.1`. |
| 11 | +2. Logout of the extension if previously logged in. |
11 | 12 |
|
12 | 13 | ## Connect your self-hosted instance{#connect-self-hosted-instance}
|
13 | 14 |
|
14 | 15 | To connect the VSCode extension to your self-hosted instance, follow these steps:
|
15 | 16 |
|
16 |
| -1. Logout from the VSCode extension, if logged in to our managed offering. |
17 |
| -2. Click on the "Self hosting CodeRabbit?" button, below the "Use CodeRabbit for free" button. |
18 |
| -3. Enter your self-hosted instance URL. |
19 |
| - 3.1. Make sure the instance URL is reachable within your network and websocket connections are allowed. |
20 |
| -4. Select your git provider which you are using with your self-hosted CodeRabbit. (GitLab, Self-Hostd Gitlab, GitHub, GitHub Enterprise) |
21 |
| -5. If using GitHub, enter your [Github Personal Access Token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens) when asked. |
22 |
| -6. You should be connected to your self-hosted instance and ready to use the VSCode extension. |
| 17 | +1. Click on the "Self hosting CodeRabbit?" button, below the "Use CodeRabbit for free" button. |
| 18 | +2. Enter your self-hosted instance URL when prompted. |
| 19 | + - Make sure the instance URL is reachable within your network and websocket connections are allowed. |
| 20 | +3. Select your git provider which you are using with your self-hosted CodeRabbit. (GitLab, Self-Hosted Gitlab, GitHub, GitHub Enterprise) |
| 21 | + - If using GitHub or GitHub Enterprise, enter your [Github Personal Access Token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens) when prompted. |
23 | 22 |
|
| 23 | +You should be connected to your self-hosted instance and ready to use the VSCode extension. |
24 | 24 |
|
25 | 25 | ## What's next {#whats-next}
|
26 | 26 |
|
|
0 commit comments