Skip to content

Commit c956794

Browse files
authored
Move 'Send to Amazon Q' action group after the 'Show Context Actions' action (#4161)
1 parent 55eb536 commit c956794

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type" : "bugfix",
3+
"description" : "Move 'Send to Amazon Q' action group after the 'Show Context Actions' action"
4+
}

plugins/toolkit/jetbrains-core/resources/META-INF/plugin.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -901,7 +901,8 @@
901901
>
902902
<add-to-group
903903
group-id="EditorPopupMenu"
904-
anchor="first"
904+
anchor="after"
905+
relative-to-action="ShowIntentionsGroup"
905906
/>
906907

907908
<action id="aws.toolkit.jetbrains.core.services.cwc.commands.ExplainCodeAction"

0 commit comments

Comments
 (0)