Przeglądaj źródła

Update src/shared/support-prompt.ts

Matt Rubens 11 miesięcy temu
rodzic
commit
099447d06b
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/shared/support-prompt.ts

+ 1 - 1
src/shared/support-prompt.ts

@@ -58,7 +58,7 @@ Please provide a clear and concise explanation of what this code does, including
 	FIX: {
 	FIX: {
 		label: "Fix Issues",
 		label: "Fix Issues",
 		description:
 		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}
 		template: `Fix any issues in the following code from file path @/\${filePath}
 \${diagnosticText}
 \${diagnosticText}
 \${userInput}
 \${userInput}