You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm guessing that auto attach is attaching to the prelaunch script (which is as designed in 'smart' mode, since it's a normal .js script in the workspace.) In auto attach we use internalConsoleOptions: 'neverOpen' to not reveal the console, since that would be quite annoying when using the terminal. There may be some overlap between the attach in the prelaunch script exiting and the debug session starting, and I'm guessing that the new session doesn't then also open the terminal.
I don't think this is something tweakable in js-debug, so deassigning myself, but let me know if there's anything for me to do here
In auto attach we use internalConsoleOptions: 'neverOpen' to not reveal the console, since that would be quite annoying when using the terminal. There may be some overlap between the attach in the prelaunch script exiting and the debug session starting, and I'm guessing that the new session doesn't then also open the terminal.
From #108202
The text was updated successfully, but these errors were encountered: