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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ The **Agent Type** setting lets you choose the extension's response to using the
28
28
29
29
-**Native**: The extension prompts the AI agent associated with your IDE to apply the suggested fix.
30
30
31
-
This works only with VSCode,using Copilot. If you have this option selected when using a different IDE, then the extension instead copies the prompt to your clipboard.
31
+
This works only with VSCode(using Copilot) and Cursor(you have to start the task). If you have this option selected when using a different IDE, then the extension instead copies the prompt to your clipboard.
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](https://www.anthropic.com/claude-code) installed for this option to be effective.