Skip to content

Commit 5916a4d

Browse files
committed
remove '@' when add selection to context
1 parent 7845f96 commit 5916a4d

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
@@ -96,7 +96,7 @@ Provide the improved code along with explanations for each enhancement.`,
9696
label: "Add to Context",
9797
description:
9898
"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).",
99-
template: `@/\${filePath}:
99+
template: `\${filePath}:
100100
\`\`\`
101101
\${selectedText}
102102
\`\`\``,

0 commit comments

Comments
 (0)