mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
remove '@' when add selection to context
This commit is contained in:
parent
7845f96788
commit
5916a4d0a6
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||
\`\`\``,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue