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
Skip serializing our internal language kernel terminal processes on shutdown
When we quit Positron, we tear down any language runtime kernel processes (which are now managed by the terminal service host).
These internal terminal processes should not be serialized/replayed on restarting Positron.
This change attempts to detect those internal positron kernel terminal processes without changing the terminal service API.
Issue: #213
0 commit comments