Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 13 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"submenus": [
{
"id": "roo-code.contextMenu",
"label": "Roo Code"
"label": "PearAI Agent (Roo Code)"
},
{
"id": "roo-code.terminalMenu",
Expand Down Expand Up @@ -122,22 +122,22 @@
},
{
"command": "roo-cline.explainCode",
"title": "Explain Code",
"title": "PearAI Agent (Roo Code): Explain Code",
"category": "Roo Code"
},
{
"command": "roo-cline.fixCode",
"title": "Fix Code",
"title": "PearAI Agent (Roo Code): Fix Code",
"category": "Roo Code"
},
{
"command": "roo-cline.improveCode",
"title": "Improve Code",
"title": "PearAI Agent (Roo Code): Improve Code",
"category": "Roo Code"
},
{
"command": "roo-cline.addToContext",
"title": "Add To Context",
"title": "PearAI Agent (Roo Code): Add To Context",
"category": "Roo Code"
},
{
Expand Down Expand Up @@ -171,11 +171,18 @@
"category": "Roo Code"
}
],
"keybindings": [
{
"command": "roo-cline.addToContext",
"mac": "cmd+l",
"key": "ctrl+l"
}
],
"menus": {
"editor/context": [
{
"submenu": "roo-code.contextMenu",
"group": "navigation"
"group": "0_acontinue"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

eh

}
],
"roo-code.contextMenu": [
Expand Down
Loading