Просмотр исходного кода

Update src/shared/support-prompt.ts

Matt Rubens 11 месяцев назад
Родитель
Сommit
099447d06b
1 измененных файлов с 1 добавлено и 1 удалено
  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: {
 		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}