Universal-Variability-Language / uvl-lsp

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

Collapse and Expand Icons are switched #135

Closed Koenneker closed 4 weeks ago

Koenneker commented 1 month ago

Hi,

I recently started using this extension and was a bit confused in the beginning.

When I saw this screen, I assumed that my file did not Parse correctly since none of the components showed up in (what I assumed) was the expanded list.

When I clicked on it, the Icon switched to the "collapsed" Icon but content showed up.

This is inverse to how it is handled in the rest of VSCode, where ">" indicated collapsed sections and "v" indicates expanded ones.

I've also taken a look at other software like MacOs Finder, Windows Explorer and the Gnome file Manager and the behavior seems to be universal.

I did check for the corresponding lines of code and will enter a PR shortly.

Thanks for your efforts, it is a great time-saver!

SundermannC commented 4 weeks ago

Fixed with #136