You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Coming from Crawl's extension because this one starts up in half the time (thanks!), and I'm having trouble enabling the "view repository" button.
I looked at the Feature Contributions, and I tried to set vscord.status.buttons.button1.git.active.enabled to true, since it seemed that it would do what I want, but that didn't do anything.
That way, an arbitrary amount of buttons can be added without cluttering the "Feature Contributions" extension tab. It would also be really simple to have have multiple builtin buttons and then be able to specify through buttonActive. Maybe you can make the image parts of the config object-based too Of course this would have to be documented somewhere...
The text was updated successfully, but these errors were encountered:
Hi,
Coming from Crawl's extension because this one starts up in half the time (thanks!), and I'm having trouble enabling the "view repository" button.
I looked at the Feature Contributions, and I tried to set
vscord.status.buttons.button1.git.active.enabled
totrue
, since it seemed that it would do what I want, but that didn't do anything.I also tried to add this config, to no avail:
So I'm asking, how would I go about doing this, since it seems this feature is suported?
Maybe this issue is related to #151. For me, a more intuitive system would have a configuration like so:
That way, an arbitrary amount of buttons can be added without cluttering the "Feature Contributions" extension tab. It would also be really simple to have have multiple builtin buttons and then be able to specify through
buttonActive
. Maybe you can make theimage
parts of the config object-based too Of course this would have to be documented somewhere...The text was updated successfully, but these errors were encountered: