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

Update src/shared/support-prompt.ts

Matt Rubens 11 месяцев назад
Родитель
Сommit
7614048ed4
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/shared/support-prompt.ts

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

@@ -76,7 +76,7 @@ Please:
 	IMPROVE: {
 		label: "Improve Code",
 		description:
-			"Receive suggestions for code optimization, better practices, and architectural improvements while maintaining functionality. Available in code actions (lightbulb icon in the editor). and the editor context menu (right-click on selected code).",
+			"Receive suggestions for code optimization, better practices, and architectural improvements while maintaining functionality. Available in code actions (lightbulb icon in the editor) and the editor context menu (right-click on selected code).",
 		template: `Improve the following code from file path @/\${filePath}:
 \${userInput}