-
Notifications
You must be signed in to change notification settings - Fork 30.5k
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
Extension development window is not torn down when debugging stops #124128
Comments
Interestingly, it seems to work on a hello world extension, but not in js-debug (config). In the logs I see the DAP sessions being torn down gracefully. |
I'm facing the same issue on current Insiders and Stable, while debugging any my VS Code extensions. |
Sorry for the slow response here, looks like a duplicate of #126211 |
It is still happening on Insiders, at least on my scenario (debugging VS Code extensions)
|
Ok let me reopen and I can investigate more |
I tried to reproduce and I could not. Here are my steps.
I tried this 10+ times and every time it worked. |
I've tested with some of my own extensions, which seems to be simpler than The only thing I can easily see as differences between my own extensions and those from I'll test it again tomorrow, and let you know the results. Thank you |
Closing as dup of #126911 |
I'm pretty sure this is new today, I was doing js-debug work yesterday and didn't notice it (but might have been behind an Insiders)
The text was updated successfully, but these errors were encountered: