Skip to content

Commit 6c1044d

Browse files
authored
Merge pull request #1811 from gerardbalaoro/adjust_position_in_context_menu
Adjust position within context menus to be near Copilot
2 parents 64c6955 + f84168c commit 6c1044d

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.changeset/famous-crabs-think.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"kilo-code": patch
3+
---
4+
5+
Adjust position within context menus to be below default items

src/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@
368368
"editor/context": [
369369
{
370370
"submenu": "kilo-code.contextMenu",
371-
"group": "navigation"
371+
"group": "1"
372372
}
373373
],
374374
"kilo-code.contextMenu": [
@@ -392,7 +392,7 @@
392392
"terminal/context": [
393393
{
394394
"submenu": "kilo-code.terminalMenu",
395-
"group": "navigation"
395+
"group": "2"
396396
}
397397
],
398398
"kilo-code.terminalMenu": [

0 commit comments

Comments
 (0)