Browse Source

Update src/shared/support-prompt.ts

Matt Rubens 1 year ago
parent
commit
308eab0563
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/shared/support-prompt.ts

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

@@ -42,7 +42,7 @@ const supportPromptConfigs: Record<string, SupportPromptConfig> = {
 	EXPLAIN: {
 		label: "Explain Code",
 		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}:
 \${userInput}