Closed
Description
Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.94.0
- OS Version: Ubuntu 24.04
Steps to Reproduce
- Run
code --inspect-brk
- Connect to the Debugger with Chrome Devtools
- In Chrome Devtools, click "Resume"
- Notice that no vscode window is not opened anymore in vscode v1.94.0
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.