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 fixed this by disabling Persistent Session Revive in settings:
In VSCode settings ( Ctrl+, ) :
Filter for "@feature:terminal Persistent Session Revive Process" and set it to "never".
This prevents VSCode from opening duplicate sets of terminals on application launch.
Now my currently open Terminals Manager terminals recycle properly on application launch :)
I have these two terminals:
After restarting VS code, it just makes new terminals:
Expected behaviour
when using
recycle: true
the old terminals will be reused and not create a new oneThe text was updated successfully, but these errors were encountered: