ryanraposo/codeui

[FIX] Elements not showing 'full' names in Palette View

Closed this issue · 1 comments

In CodeUI, each element's info comes from from a data file: data/vscodeElementsArray.json.

Here is the data for "activityBar.foreground":

image

In Standard View, we use the groupedName to avoid redundancy. In Palette View, there isn't much context, so elements need their full name, or titleName.

As shown below, elements are currently showing their shorter, groupedName in Palette View. This is 👎. Without hovering over them, it's hard to tell what they are:

image

Closing for now, seems to be fixed in v0.3.2