--inspect-brk doesn't open vscode window anymore in vscode 1.94.0 #230495
Labels
bug
Issue identified by VS Code Team member as probable bug
chrome-devtools
Issues related to developer tools
confirmed
Issue has been confirmed by VS Code Team member
ESM
Issues caused by our AMD => ESM work
insiders-released
Patch has been released in VS Code Insiders
upstream-issue-linked
This is an upstream issue that has been reported upstream
verified
Verification succeeded
Milestone
Does this issue occur when all extensions are disabled?: Yes
Steps to Reproduce
code --inspect-brk
Expected behaviour
When starting vscode with
code --inspect-brk
, and continuing script execution in chrome devtools, a vscode window is displayed.Actual behaviour
When starting vscode with
code --inspect-brk
, and continuing script execution in chrome devtools, no vscode window is displayed.Additional information
v1.93.1 seems to be the last version to display the vscode window when launched with
--inspect-brk
. It seems there might have been change between v1.93.1 and v1.94.0.The text was updated successfully, but these errors were encountered: