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
Same thing if I do the 2 in the opposite order so I don't think it's anything special about the Shared Process. Is it all supposed to shut down after one attach config is detached, or should it only shut down when a launch config is stopped?
The text was updated successfully, but these errors were encountered:
I believe this is because the "main process" you have selected is actually the child session of the main process. Terminating that causes the parent session to exit, but I've set it up so that stopAll only bubbles explicit exits from the user.
For attachment, though, it should be totally safe to forego the parent session. I'll look at getting rid of that.
Same thing if I do the 2 in the opposite order so I don't think it's anything special about the Shared Process. Is it all supposed to shut down after one attach config is detached, or should it only shut down when a launch config is stopped?
The text was updated successfully, but these errors were encountered: