Skip to content

Commit 024d833

Browse files
FlorianKroissrubenporras
authored andcommitted
feat: Remove explicit disabledIcon
1 parent eeec397 commit 024d833

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

org.eclipse.lsp4e/plugin.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -973,19 +973,15 @@
973973
<extension point="org.eclipse.ui.commandImages">
974974
<image
975975
commandId="org.eclipse.lsp4e.collapseAllOutline"
976-
disabledIcon="platform:/plugin/org.eclipse.ui/icons/full/dlcl16/collapseall.png"
977976
icon="platform:/plugin/org.eclipse.ui/icons/full/elcl16/collapseall.svg" />
978977
<image
979978
commandId="org.eclipse.lsp4e.toggleSortOutline"
980-
disabledIcon="icons/full/dlcl16/alphab_sort_co.png"
981979
icon="icons/full/elcl16/alphab_sort_co.png" />
982980
<image
983981
commandId="org.eclipse.lsp4e.toggleHideFieldsOutline"
984-
disabledIcon="icons/full/dlcl16/fields_co.png"
985982
icon="icons/full/elcl16/fields_co.png" />
986983
<image
987984
commandId="org.eclipse.lsp4e.toggleLinkWithEditor"
988-
disabledIcon="icons/full/dlcl16/link_to_editor.png"
989985
icon="icons/full/elcl16/link_to_editor.svg" />
990986
</extension>
991987

0 commit comments

Comments
 (0)