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

remove '@' when add selection to context

axb 9 месяцев назад
Родитель
Сommit
5916a4d0a6
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/shared/support-prompt.ts

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

@@ -96,7 +96,7 @@ Provide the improved code along with explanations for each enhancement.`,
 		label: "Add to Context",
 		description:
 			"Add context to your current task or conversation. Useful for providing additional information or clarifications. Available in code actions (lightbulb icon in the editor). and the editor context menu (right-click on selected code).",
-		template: `@/\${filePath}:
+		template: `\${filePath}:
 \`\`\`
 \${selectedText}
 \`\`\``,