Skip to content

Commit 7614048

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

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
@@ -76,7 +76,7 @@ Please:
7676
IMPROVE: {
7777
label: "Improve Code",
7878
description:
79-
"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).",
79+
"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).",
8080
template: `Improve the following code from file path @/\${filePath}:
8181
\${userInput}
8282

0 commit comments

Comments
 (0)