-
as topic, disable it ('File icon') display on left side panel , almost disable the feature but it can be available while required, maybe a option dynamic set it,
the 'File Explorer' still show in application, filter does not make effect |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hey @icoco, your binding code is not correct: -bindContribution(bind, DiscardFileExplorerContributionFilter, [FilterContribution]);
+bind(FilterContribution).toService(DiscardFileExplorerContributionFilter); |
Beta Was this translation helpful? Give feedback.
-
amazing, it works ! that is great |
Beta Was this translation helpful? Give feedback.
Hey @icoco,
your binding code is not correct:
See also this documentation on contribution filters.