Skip to content

Commit 5f7afe6

Browse files
committed
Adjust position within context menus to be near Copilot
1 parent 038c5f9 commit 5f7afe6

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 near Copilot

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)