From 099447d06bc8dc5f48fa327a139cbaa9d843e04e Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Fri, 31 Jan 2025 00:22:20 -0500 Subject: [PATCH] Update src/shared/support-prompt.ts --- src/shared/support-prompt.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/support-prompt.ts b/src/shared/support-prompt.ts index 7146e47..6086f3a 100644 --- a/src/shared/support-prompt.ts +++ b/src/shared/support-prompt.ts @@ -58,7 +58,7 @@ Please provide a clear and concise explanation of what this code does, including FIX: { label: "Fix Issues", description: - "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).", + "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).", template: `Fix any issues in the following code from file path @/\${filePath} \${diagnosticText} \${userInput}