Skip to content

Commit 099447d

Browse files
authored
Update src/shared/support-prompt.ts
1 parent 308eab0 commit 099447d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shared/support-prompt.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Please provide a clear and concise explanation of what this code does, including
5858
FIX: {
5959
label: "Fix Issues",
6060
description:
61-
"Get help identifying and resolving bugs, errors, or code quality issues. Provides step-by-step guidance for fixing problems. Available in code actions (lightbulb icon in the editor). and the editor context menu (right-click on selected code).",
61+
"Get help identifying and resolving bugs, errors, or code quality issues. Provides step-by-step guidance for fixing problems. Available in code actions (lightbulb icon in the editor) and the editor context menu (right-click on selected code).",
6262
template: `Fix any issues in the following code from file path @/\${filePath}
6363
\${diagnosticText}
6464
\${userInput}

0 commit comments

Comments
 (0)