Skip to content

Commit 0d41579

Browse files
authored
Fix for codeScanFilterGroup and Filter Icon error. (#5172)
1 parent e4b6f0f commit 0d41579

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

plugins/amazonq/codewhisperer/jetbrains-community/resources/META-INF/plugin-codewhisperer.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,10 @@
114114

115115

116116
<group id="aws.toolkit.codewhisperer.toolbar.security">
117-
<group id="codewhisperer.toolbar.security.filter" icon="com.intellij.icons.ExpUiIcons.General.Filter" text="Filter" popup="true" >
117+
<group id="codewhisperer.toolbar.security.filter" icon="AllIcons.General.Filter" text="Filter" popup="true">
118118
<separator text="Severity"/>
119-
<action class="software.aws.toolkits.jetbrains.services.codewhisperer.codescan.actions.CodeWhispererCodeScanFilterGroup" text="Severity"/>
119+
<group id="CodeWhispererCodeScanFilterGroup"
120+
class="software.aws.toolkits.jetbrains.services.codewhisperer.codescan.actions.CodeWhispererCodeScanFilterGroup" text="Severity"/>
120121
</group>
121122
</group>
122123

0 commit comments

Comments
 (0)