Skip to content

Commit

Permalink
fix: removed conflicting handlers
Browse files Browse the repository at this point in the history
  • Loading branch information
acke committed Nov 14, 2024
1 parent 4edc861 commit 5eea741
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions plugin/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -479,14 +479,4 @@
name="SnykWizard">
</wizard>
</extension>
<extension point="org.eclipse.ui.handlers">
<handler
class="io.snyk.eclipse.plugin.views.snyktoolview.handlers.FilterIgnoresIgnoredIssuesHandler"
commandId="io.snyk.eclipse.plugin.commands.snykShowIgnored">
</handler>
<handler
class="io.snyk.eclipse.plugin.views.snyktoolview.handlers.FilterDeltaOpenIssuesHandler"
commandId="io.snyk.eclipse.plugin.commands.snykHideIgnored">
</handler>
</extension>
</plugin>

0 comments on commit 5eea741

Please sign in to comment.