-
Notifications
You must be signed in to change notification settings - Fork 30.1k
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
Test: dynamic debug configurations #95837
Labels
Milestone
Comments
isidorn
added
debug
Debug viewlet, configurations, breakpoints, adapter issues
testplan-item
labels
Apr 22, 2020
I felt ok about having the quickpick shown when you press the play button, it didn't bother me. But I think the alternative of showing the quickpick immediately would be better - that way if I repeatedly stop and start debugging, I don't have to keep making the same selection. |
@isidorn pls see Rachel's comment |
@RMacfarlane makes sense. Please file a new feature request for this, thanks. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
Refs: #95835, #88230
Complexity: 3
Authors: @weinand, @isidorn
We now support dynamic debug configurations, that means an extension can contribute dynamically created debug configurations to places where only the static debug configurations from the launch.json were shown previously.
Develop an extension that uses the new API or modify an existing debug extension to use the new API and verify the following:
Feedback on the whole flow is very welcome:
@connor4312 @RMacfarlane do you like the behavior of the container item in the debug viewlet's drop down menu? After selecting it nothing happens but you have to press the play button to actually make a selection. The alternative interaction would be to open the quickpick immediately when selecting the container item.
The text was updated successfully, but these errors were encountered: