You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guides/config-vscode.md
+11-3Lines changed: 11 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -14,11 +14,11 @@ The instructions on this page are specific to using the extension with VSCode. I
14
14
15
15
To navigate to the settings screen for the CodeRabbit VSCode extension, follow these steps:
16
16
17
-
1.In the activity bar, click the Extensions icon.
17
+
1.Open the CodeRabbit activity bar/sidebar.
18
18
19
-
1. In the sidebar, under **Installed**, click the gear-shaped **Manage**icon in the CodeRabbit row.
19
+
1. In the sidebar, click on gearshaped icon on top right(beside logout icon).
20
20
21
-
1.In the menu that appears, select **Settings**.
21
+
1.You can also search for CodeRabbit: Settings in the command palette to open the settings.
22
22
23
23
The settings screen contains the following configuration controls.
24
24
@@ -32,6 +32,14 @@ The **Agent Type** setting lets you choose the extension's response to using the
32
32
33
33
-**Claude Code**: The extension opens the Terminal pane of your IDE and tries to use the `claude` command-line program to apply the suggested fix to your code. You need to have Claude Code installed for this option to be effective.
34
34
35
+
-**Codex CLI**: The extension opens the Terminal pane of your IDE and tries to use the `codex` command-line program to apply the suggested fix to your code. You need to have Codex CLI installed for this option to be effective.
36
+
37
+
-**Cline**: The extension opens the `Cline` sidebar and runs a task to apply the suggested fix to your code. You need to have the `Cline` extension installed for this option to be effective.
38
+
39
+
-**Roo**: The extension opens the `Roo` sidebar and runs a task to apply the suggested fix to your code. You need to have the `Roo` extension installed for this option to be effective.
40
+
41
+
-**Kilo Code**: The extension opens the `Kilo Code` sidebar and runs a task to apply the suggested fix to your code. You need to have the `Kilo Code` extension installed for this option to be effective.
42
+
35
43
-**Clipboard**: The extension copies prompt text describing the suggested fix to your clipboard. From there, you can manually paste the prompt into the coding AI agent that you use with your IDE.
36
44
37
45
For more information about the **Fix with AI** feature, see [Request help from your AI coding agent](/guides/use-vscode#agent).
Copy file name to clipboardExpand all lines: docs/guides/use-vscode.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ You can let CodeRabbit automatically review commits that you make to your local
18
18
19
19
To perform an automatic review, follow these steps:
20
20
21
-
1. Perform a Git commit using VSCode. After you do this, a dialog appears in your VSCode window, asking **Would you like to start a review?**
21
+
1. Perform a Git commit using VSCode or terminal. After you do this, a dialog appears in your VSCode window, asking **Would you like to start a review?**
22
22
23
23
1. Click **Yes**. The CodeRabbit sidebar appears in your VSCode window.
0 commit comments