Skip to content

Commit

Permalink
fix: do not reference collapseall icon of optional eclipse jdt plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
sebthom authored and mickaelistria committed Feb 18, 2025
1 parent 3e78918 commit f576aed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions org.eclipse.lsp4e/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -795,8 +795,8 @@
<extension point="org.eclipse.ui.commandImages">
<image
commandId="org.eclipse.lsp4e.collapseAllOutline"
disabledIcon="platform:/plugin/org.eclipse.jdt.ui/icons/full/dlcl16/collapseall.png"
icon="platform:/plugin/org.eclipse.jdt.ui/icons/full/elcl16/collapseall.png" />
disabledIcon="platform:/plugin/org.eclipse.ui/icons/full/dlcl16/collapseall.png"
icon="platform:/plugin/org.eclipse.ui/icons/full/elcl16/collapseall.png" />
<image
commandId="org.eclipse.lsp4e.toggleSortOutline"
disabledIcon="icons/full/dlcl16/alphab_sort_co.png"
Expand Down

0 comments on commit f576aed

Please sign in to comment.