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
When using the 'reload window' command, most windows and layout come back right as you left them, only terminal windows do not. Im not referring to reinstating the active process (I dont care about the running processes being killed), but just to the inner layout of the terminal tab, for example when you have 2 terminal windows open side by side. After the reload, you have just one terminal and have to open the second one manually. Would love to have the 2 windows side by side after the reload.
The text was updated successfully, but these errors were encountered:
#44302 is talking about "terminal process shell, args, env and layout". Im just talking about layout.
As I understand, just for the layout part we need to wait for #45407 before this can be done.
#44302 is closed
This issue is also closed #45407 is not referencing 'Reload window' with restored terminal layout, just opening up options for this in the API for layout-management.
So solely restoring layout will never be VSCode native? Everyone keeps talking about 'sessions', I'm not
@vandijkstef see #44302 (comment) for the outcome of the layout experiment where it was just restoring the layout (splits and tabs). The issue is that it needs to be configurable as it might not be alright to launch 6 bash processes immediately on launching the window. The configuration ends up adding a lot of complexity/code to core which would be better to live in an extension.
Sorry this isn't the outcome you're after but we need to actively fight against bloat or VS Code will become slower and slower over time. An extension will eventually be able to do exactly what you want.
FYI there is also #20013 which we definitely do want to do which would keep everything including processes around between reloads (but probably not restarts).
When using the 'reload window' command, most windows and layout come back right as you left them, only terminal windows do not. Im not referring to reinstating the active process (I dont care about the running processes being killed), but just to the inner layout of the terminal tab, for example when you have 2 terminal windows open side by side. After the reload, you have just one terminal and have to open the second one manually. Would love to have the 2 windows side by side after the reload.
The text was updated successfully, but these errors were encountered: