-
Notifications
You must be signed in to change notification settings - Fork 29.2k
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
Node should not set supportsTerminateRequest on Windows or in EH debugging #55911
Comments
Is vscode supposed to be sending |
On Windows or for extension host debugging the DA should return false for the supportTerminateRequest because:
@roblourens please see the issue I've created against node2: microsoft/vscode-node-debug2#197 (comment) |
Ok, I don't do that. On windows, why is the DA not normally getting terminate requests? If I debug a normal node app and press stop, the DA doesn't send |
Apparently I didn't read your issue carefully, apologies. This is probably a candidate right? |
That test item should have had a tester assigned for windows... |
Yes. |
I've opened a separate issue for the fact that EH debugging is broken. |
To answer my question from above, the reason I didn't get This means that this change just causes vscode to officially act the way I've been using it for the past couple weeks. |
Verified using @roblourens' instructions:
|
Steps to Reproduce:
At this point, a new window for extension host is not launched. Clicking the stop button doesnt stop the process either and throws the below error in the debug console
The text was updated successfully, but these errors were encountered: