-
Notifications
You must be signed in to change notification settings - Fork 29.4k
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
Allow reloading / stopping / pausing sessions inline in the tree #79189
Comments
If we were to render this for all threads and all sessions it would be too much noise. I can look into this milestone, and I can also bring it up in the ux meeting today. |
yes, showing actions only on hover makes sense. But only showing enabled actions might be problematic because it prevents a stable UI: if I do not move the mouse, clicking it should always result in the same action being pressed. I do not want to suffer from a "moving target" problem. |
After discussing in the UX call we decided to:
|
@isidorn This sounds fantastic! |
We have a first version of this working in vscode insiders. Please try it out and provide feedback. THanks! |
I tried this out, and it works great! However, the debug toolbar is empty now. Perhaps related? In our usecase, not every session can be restarted, for example web workers. Should we expose a way to control that? Note that DAP capability |
@dgozman Debug toolbar is fixed in latest - sorry about that (captured in #80563) As for the disabling As for pairing it up with #62419 this does not sound related to me. Feels like two different capabilities that just luckly apply to the same type of sessions in your use case. |
Adding verfied per @dgozman comment |
Today we support controlling sessions via context menus:
Using inline actions on the debug session tree node is a more direct and discoverable way to achieve the same.
The text was updated successfully, but these errors were encountered: