-
Notifications
You must be signed in to change notification settings - Fork 30k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Actions in the debug toolbar should be properly contributed #69153
Comments
It'd be good to ensure this can work consistently with the touch bar too. When I tried to add buttons in between (using group Specifically I'm interested in adding a "hot reload" button next to the "restart" button both in the touch bar and debug toolbar :-) |
Also as part of this we should support rendering separators in the debug toolbar. |
@isidorn I don't think so, besides maybe the custom menu which has separators horizontally |
Now all the debug actions are properly contribued using groups and orders. Adding feature request label so I mention this in the relase notes. |
@isidorn Cool, thanks! I'll take a look in Insiders later in the week :-) Do you know off-hand whether I should be able to do the same for TouchBar (I know it's not part of this work, but I'm not sure if it's expected to work - as when I tried, strange things happened, like missing dividers between buttons). If it's supposed to work, I'll repro and open bugs, otherwise I'll open a request to support it there too. Thanks! |
This is currently not supported for the TouchBar. |
@DanTup great that it works for you! |
The base debug actions should also be contributed via menu registry.
To allow intermingling with actions contributed by extensions.
The text was updated successfully, but these errors were encountered: