From 0b373ab19bb2e51ca4b26d8f0227d20aa04d831c Mon Sep 17 00:00:00 2001 From: Ankit Jena Date: Mon, 26 May 2025 09:34:52 +0000 Subject: [PATCH 1/2] add paste code to docs --- docs/guides/install-vscode.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/guides/install-vscode.md b/docs/guides/install-vscode.md index ec71e213..4eefba3f 100644 --- a/docs/guides/install-vscode.md +++ b/docs/guides/install-vscode.md @@ -40,8 +40,17 @@ To install the CodeRabbit extension, follow these steps: 1. In your web browser, log into your CodeRabbit account. +1. After signing in, the browser will redirect you back to VSCode. If the redirect does not occur, follow these steps: + + 1. Copy the code displayed in the success window. + + 2. Click **Paste code from browser**. + + 3. Paste the code into the input field that appears. + This connects your CodeRabbit account with the CodeRabbit VSCode extension. + ## Install using the marketplace website If you are using the VSCode IDE, and not an IDE that derives from it such as Cursor or Windsurf, then you can alternatively obtain and install the CodeRabbit VSCode extension by visiting [the extension's page on the Visual Studio Marketplace](https://coderabbit.link/vscode-docs). From 52a532558ed056a8412720267f37a4a499aa5947 Mon Sep 17 00:00:00 2001 From: Ankit Date: Mon, 26 May 2025 15:28:28 +0530 Subject: [PATCH 2/2] fix blank space --- docs/guides/install-vscode.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/guides/install-vscode.md b/docs/guides/install-vscode.md index 4eefba3f..9de59b75 100644 --- a/docs/guides/install-vscode.md +++ b/docs/guides/install-vscode.md @@ -50,7 +50,6 @@ To install the CodeRabbit extension, follow these steps: This connects your CodeRabbit account with the CodeRabbit VSCode extension. - ## Install using the marketplace website If you are using the VSCode IDE, and not an IDE that derives from it such as Cursor or Windsurf, then you can alternatively obtain and install the CodeRabbit VSCode extension by visiting [the extension's page on the Visual Studio Marketplace](https://coderabbit.link/vscode-docs).