mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Adjust position within context menus to be near Copilot (#4718)
This commit is contained in:
parent
829fe8ff2a
commit
10143ba712
1 changed files with 2 additions and 2 deletions
|
|
@ -176,7 +176,7 @@
|
|||
"editor/context": [
|
||||
{
|
||||
"submenu": "roo-cline.contextMenu",
|
||||
"group": "navigation"
|
||||
"group": "1"
|
||||
}
|
||||
],
|
||||
"roo-cline.contextMenu": [
|
||||
|
|
@ -196,7 +196,7 @@
|
|||
"terminal/context": [
|
||||
{
|
||||
"submenu": "roo-cline.terminalMenu",
|
||||
"group": "navigation"
|
||||
"group": "2"
|
||||
}
|
||||
],
|
||||
"roo-cline.terminalMenu": [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue