Gruntfuggly / activitusbar

A VSCode extension to save some real estate by recreating the activity bar buttons on the status bar
Other
116 stars 15 forks source link

All veiws in activitusbar #64

Open anton-buyskikh opened 1 year ago

anton-buyskikh commented 1 year ago

Sorry if this question is already covered in the docs, but I couldn't find a solution.

Is it possible to have a setting like activitusbar.views: "all" that would dublicate all the views from the Active Bar in the activitusbar? It seems to me that the current solution is to add every view one by one to the settings.json, which is tedious.

For instance, I have the following in the Active Bar: image

Whereas the activitusbar shows only 5 views by default: image

Gruntfuggly commented 1 year ago

Would be great if it was possible, but the API doesn't provide any way to 'find' all the currently contributed views. Sorry.