eclipsesource / graphical-lsp

Graphical language server platform for building web-based diagram editors
https://www.eclipse.org/glsp
Eclipse Public License 2.0
36 stars 8 forks source link

Icon support for palettes #264

Closed tortmayr closed 4 years ago

tortmayr commented 5 years ago

It should be possible to attach icons to entries for both command palette and tool palette. Initial approach: server specifies an icon key or a type key and client has icons configured for those keys... (i.e CSS classes) but we should probably discuss this in more detail.