Skip to content

Commit 057f58d

Browse files
committed
fix: removed conflicting handlers
1 parent a6db3e4 commit 057f58d

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

plugin/plugin.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -479,14 +479,4 @@
479479
name="SnykWizard">
480480
</wizard>
481481
</extension>
482-
<extension point="org.eclipse.ui.handlers">
483-
<handler
484-
class="io.snyk.eclipse.plugin.views.snyktoolview.handlers.FilterIgnoresIgnoredIssuesHandler"
485-
commandId="io.snyk.eclipse.plugin.commands.snykShowIgnored">
486-
</handler>
487-
<handler
488-
class="io.snyk.eclipse.plugin.views.snyktoolview.handlers.FilterDeltaOpenIssuesHandler"
489-
commandId="io.snyk.eclipse.plugin.commands.snykHideIgnored">
490-
</handler>
491-
</extension>
492482
</plugin>

0 commit comments

Comments
 (0)