eclipse-cdt / cdt-lsp

Eclipse CDT™ LSP Extensions for CDT
Eclipse Public License 2.0
23 stars 11 forks source link

Fix #301 Also adapt the editor's icon depending on open file type #309

Closed travkin79 closed 2 months ago

travkin79 commented 2 months ago

I also adapted the icon shown for a file opened in the CDT LSP editor, depending on whether it is a header file or a source file.

ghentschke commented 2 months ago

Thank you!