seunlanlege / vscode-action-buttons

VsCode extension for custom status bar buttons
89 stars 25 forks source link

Remove/Hide 'Refresh Action Buttons' Button #12

Closed qu1ckdry closed 5 years ago

qu1ckdry commented 5 years ago

Hey,

Is it possible to remove or hide the 'Refresh Action Buttons' button? It takes up way too much space!

Thanks,

seunlanlege commented 5 years ago

will attend to this today.

phreakadelle2k commented 5 years ago

At least it could be much shorter...

qu1ckdry commented 5 years ago

So for what it's worth... I locally replaced the string "Refresh Action Buttons" with "↻" in the init file. I'm not sure how portable this solution would be (would all platforms render this symbol?) so I won't make a pull request or anything but I thought I'd share my hack!

seunlanlege commented 5 years ago

@qu1ckdry please send a PR

iansan5653 commented 5 years ago

Why don't you turn it into a command in the command pallete instead? Or just check for a settings change event.