Update src/shared/support-prompt.ts

This commit is contained in:
Matt Rubens
2025-01-31 00:22:15 -05:00
committed by GitHub
parent bb5d506679
commit 308eab0563

View File

@@ -42,7 +42,7 @@ const supportPromptConfigs: Record<string, SupportPromptConfig> = {
EXPLAIN: { EXPLAIN: {
label: "Explain Code", label: "Explain Code",
description: description:
"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).", "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).",
template: `Explain the following code from file path @/\${filePath}: template: `Explain the following code from file path @/\${filePath}:
\${userInput} \${userInput}