Skip to content

Commit 308eab0

Browse files
authored
Update src/shared/support-prompt.ts
1 parent bb5d506 commit 308eab0

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
@@ -42,7 +42,7 @@ const supportPromptConfigs: Record<string, SupportPromptConfig> = {
4242
EXPLAIN: {
4343
label: "Explain Code",
4444
description:
45-
"Get detailed explanations of code snippets, functions, or entire files. Useful for understanding complex code or learning new patterns. Available in code actions (lightbulb icon in the editor). and the editor context menu (right-click on selected code).",
45+
"Get detailed explanations of code snippets, functions, or entire files. Useful for understanding complex code or learning new patterns. Available in code actions (lightbulb icon in the editor) and the editor context menu (right-click on selected code).",
4646
template: `Explain the following code from file path @/\${filePath}:
4747
\${userInput}
4848

0 commit comments

Comments
 (0)