seunlanlege / vscode-action-buttons

VsCode extension for custom status bar buttons
88 stars 24 forks source link

Button Doesn't Work Again After Run #76

Closed mkormendy closed 1 year ago

mkormendy commented 2 years ago

I have 5 action buttons set up, they work on the first time clicked. After that the specific button clicked does not work anymore.

The only way to get them to work again is to reload the action buttons.

gchmiel commented 1 year ago

Hi @mkormendy, I was struggling with the same problem. If you haven't found solution for this, here you go: Just add "singleInstance": true, to each button you want to work each time you press it.

Hope this will help you or someone else who wonders why buttons work only once ;)

mkormendy commented 1 year ago

@gchmiel thank you for this .. it appears like it is working! Thanks!