Skip to content

Modify the IDE installation instructions to prefer using the IDE's marketplace UI #341

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

Merged
merged 3 commits into from
May 16, 2025
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Apply suggestions from code review
Co-authored-by: Ankit Jena <[email protected]>
  • Loading branch information
jmacdotorg and ankitjena authored May 15, 2025
commit 47d254cdf0d133e3d5c2420499f3e8f189108c77
6 changes: 3 additions & 3 deletions docs/guides/install-vscode.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ If you don't already have an account, you can create one by visiting [the CodeRa

## Install the extension

To install the CodeRabbit VSCode extension, follow these steps:
To install the CodeRabbit extension, follow these steps:

1. In the VSCode activity bar, click **Extensions**.
1. In the editor activity bar, click **Extensions**.

1. In sidebar, type `coderabbit` into the **Search Extensions in Marketplace** search bar. After a moment, **CodeRabbit** appears in the sidebar as a search result.

1. Select **CodeRabbit**. A summary of the CodeRabbit VSCode extension appears in the window's main pane, along with installation controls.

1. If you would like VSCode to automatically check for and apply future updates to the extension, then keep the **Auto Update** checkbox selected. Otherwise, clear the checkbox.
1. If you would like your editor to automatically check for and apply future updates to the extension, then keep the **Auto Update** checkbox selected. Otherwise, clear the checkbox.

1. Click **Install**.

Expand Down