on2-dev / nasc-vscode-mac-touchbar

A customization for your the macbook pro touch bar buttons with features for VSCode.
MIT License
114 stars 34 forks source link

Touchbar command palette not shown up anymore #13

Closed chrisduong closed 6 years ago

chrisduong commented 6 years ago

Hi,

After several update of vscode, A lot of toucbar buttions have gone missing, like command palette, "go to definition",...Only Next/Previous and "Run" are shown up.

felipenmoura commented 6 years ago

Hi. Looks like some configuration, perhaps.

Try and open the settings (cmd+,) then filter the settings for "touch" and you will see the one enabbled by default, and which ones are currently being overwritten by you personal options. Play around them changing the boolean values and saving the file.

Reminding that, if the group of buttons cannot fit in your touch bar(due to too many enabled buttons, for example), the whole group will disappear.

chrisduong commented 6 years ago

Yes, I think the new version of this extension had add some default buttons, which outgrow to not be fit in my touchbar.

I removed one button, then "all buttons" shows up again.

Is it possible to prevent this issue. Could we fix the number of buttons to be fit in touchbar. Any extra buttons will be ignore.

Thanks

felipenmoura commented 6 years ago

Good point. Perhaps, we could add some alert or message when there are too many buttons to show. We still have to figure out how to do that, thought.