Universal-Variability-Language / uvl-lsp

Language server protocol for the Universal Variability Language (UVL)
MIT License
10 stars 4 forks source link

Issue135: Switching usage of the "collapsed" and "expanded" icons in the Frontend #136

Closed Koenneker closed 3 weeks ago

Koenneker commented 3 weeks ago

fixes issue https://github.com/Universal-Variability-Language/uvl-lsp/issues/135

This PR is quite simple, it just switches the usage of the Icons around. If the node is open, it should use the "Expanded" icon, and if it is closed, it should use the "Collapsed" icon.

Im not sure if you require any testing/ci steps, but this change should be straightforward.

SundermannC commented 3 weeks ago

Hi @Koenneker, thanks a lot for reaching out and even providing a solution. This is highly appreciated. I fully agree with your comments in #135 and it is very nice that the behavior is now in line with behavior of VSCode and other tools.

Koenneker commented 3 weeks ago

Always glad to Help! Thanks for including my changes.