eclipse / lsp4e

Language Server Protocol support in Eclipse IDE
Eclipse Public License 2.0
60 stars 53 forks source link

add missing array outline icon #945

Closed sebthom closed 5 months ago

sebthom commented 5 months ago

The LSPImages class references a non-existing array.png: https://github.com/eclipse/lsp4e/blob/838b4c98cde21b4241aea1b9d67b78724fbf652e/org.eclipse.lsp4e/src/org/eclipse/lsp4e/ui/LSPImages.java#L101

This results in a red dot being displayed for array/lists in the outline:

image

mickaelistria commented 5 months ago

Thank you!