Dismiss process picker when clicking the stop button
See original GitHub issueCaused by the process picker work in #8701, need input from VS Code (https://github.com/microsoft/vscode/issues/88248).
Not pictured: selecting a process after the debugging session ended will call createDebugAdapterDescriptor
and a new debugging session will start 😂
Note: In the C++ extension (original implementation) the picker isn’t dismissed when clicking on stop either, but selecting a process afterwards errors out so no debug session will start:
/cc @karthiknadig
Issue Analytics
- State:
- Created 4 years ago
- Comments:5
Top Results From Across the Web
How to finish activity when date picker dialog on cancel button ...
Make a class for DatePickerDialog and call it from onCreate() as follows: ... click", "dialog negative button clicked"); dialog.dismiss(); } ...
Read more >Change event fires even when Picker dismissed by clicking ...
If the target element was a button, the change event was triggered by clicking on the button. Kindly refer the below code. <ejs-daterangepicker...
Read more >UIDatePicker expand & collapse | Apple Developer Forums
I set both a height constraint for the datePicker and a top/bottom constraint between the date label & the datePicker. Then ctrl-drag each...
Read more >Foreground services - Android Developers
To remove the service from the foreground, call stopForeground() . This method takes a boolean, which indicates whether to remove the status bar...
Read more >Window stop() Method - W3Schools
Definition and Usage. The stop() method stops window loading. The stop() method is the same as clicking stop in the browser.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Nope, we are not using a multistep picker.
Closing, quickpicks are now dismissed when debugging is stopped (Version: 1.49.0-insider commit: 32dde5598d):