Skip to content

Commit

Permalink
Fix for codeScanFilterGroup and Filter Icon error. (#5172)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishrp-aws authored Dec 6, 2024
1 parent e4b6f0f commit 0d41579
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,10 @@


<group id="aws.toolkit.codewhisperer.toolbar.security">
<group id="codewhisperer.toolbar.security.filter" icon="com.intellij.icons.ExpUiIcons.General.Filter" text="Filter" popup="true" >
<group id="codewhisperer.toolbar.security.filter" icon="AllIcons.General.Filter" text="Filter" popup="true">
<separator text="Severity"/>
<action class="software.aws.toolkits.jetbrains.services.codewhisperer.codescan.actions.CodeWhispererCodeScanFilterGroup" text="Severity"/>
<group id="CodeWhispererCodeScanFilterGroup"
class="software.aws.toolkits.jetbrains.services.codewhisperer.codescan.actions.CodeWhispererCodeScanFilterGroup" text="Severity"/>
</group>
</group>

Expand Down

0 comments on commit 0d41579

Please sign in to comment.