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

Provide option that allows using the default icons #23

Closed thiagomajesk closed 4 years ago

thiagomajesk commented 4 years ago

Hi! Visual Studio Code updated it's activity bar icons some time ago, so I'd like to see if it's possible to provide an option that allows using the default icons instead.

Gruntfuggly commented 4 years ago

It should already work - change your config:

file-text -> files
repo-forked -> source-control
bug -> debug
package -> extensions

I've updated the defaults too, so if you haven't modified the configuration, just updating the extension should work.

thiagomajesk commented 4 years ago

@Gruntfuggly I can confirm that this is working by default after updating to the latest version. Thanks for your attention 😄