We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 64c6955 + f84168c commit 6c1044dCopy full SHA for 6c1044d
.changeset/famous-crabs-think.md
@@ -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
@@ -368,7 +368,7 @@
368
"editor/context": [
369
{
370
"submenu": "kilo-code.contextMenu",
371
- "group": "navigation"
+ "group": "1"
372
}
373
],
374
"kilo-code.contextMenu": [
@@ -392,7 +392,7 @@
392
"terminal/context": [
393
394
"submenu": "kilo-code.terminalMenu",
395
+ "group": "2"
396
397
398
"kilo-code.terminalMenu": [
0 commit comments