Skip to content

Commit ac3545e

Browse files
robertohuertasmbrett0000FF
authored andcommitted
Update Fix in Chat section (#32715)
The feature is also supported for VS Code so I removed the tabs.
1 parent c7ea844 commit ac3545e

File tree

1 file changed

+1
-10
lines changed
  • content/en/developers/ide_plugins/vscode

1 file changed

+1
-10
lines changed

content/en/developers/ide_plugins/vscode/_index.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The extension includes these features:
5353

5454
- [**Exception Replay**](#exception-replay): Debug your production code.
5555

56-
- [**Fix in Chat**](?tab=cursor#fix-in-chat): (Cursor only) Fix code errors, vulnerabilities, and flaky tests with AI-powered suggestions and explanations.
56+
- [**Fix in Chat**](?tab=cursor#fix-in-chat): Fix code errors, vulnerabilities, and flaky tests with AI-powered suggestions and explanations.
5757

5858
<div class="alert alert-info">Unless stated otherwise, all extension features are available for both VS Code and any other IDEs based on VS Code forks, such as Cursor.</div>
5959

@@ -204,19 +204,10 @@ Select a stack trace frame and inspect the values of all the variables that Data
204204

205205
## Fix in Chat
206206

207-
{{< tabs >}}
208-
{{% tab "VS Code" %}}
209-
This extension feature is not supported in VS Code.
210-
{{% /tab %}}
211-
212-
{{% tab "Cursor" %}}
213207
The **Fix in Chat** button appears in several contexts when the extension identifies errors or issues. Click the button to generate an AI chat prompt that summarizes the problem, includes relevant details and context, and gives specific instructions for the agent.
214208

215209
{{< img src="/developers/ide_plugins/vscode/cursor_fix_in_chat.mp4" alt="Using Fix in Chat to fix an inline code error" style="width:100%" video=true >}}
216210

217-
{{% /tab %}}
218-
{{< /tabs >}}
219-
220211
## License
221212

222213
Read the [End-User License Agreement][12] carefully before downloading or using this extension.

0 commit comments

Comments
 (0)