Open DavisVaughan opened 6 months ago
Reasons why I think this make sense:
You could always dock them separately, and perhaps we could find a new name for Session, but we need to have them in this arrangement for four pane data science layout (in this mode, users can see plots and variables at the same time, and the total vertical height isn't very useful for most plots).
Perhaps the soon to be added "Side by Side" layout will be closer to the way you work?
Is showing plots and variables at the same time something people actually want? Or are we just copying it from RStudio?
I also just want to note that moving all of the sub-components (viewer, variables, plots) out of the Session pane will then prevent you from adding them back.
https://github.com/posit-dev/positron/assets/29187501/6441172e-e202-44e2-95ce-b6d76b1df5c9
@hadley gave us some feedback that the
Session
pane which capturesVariables
andPlots
by default did not feel super useful as a pane. He requested thatSession
be removed in favor of justVariables
andPlots
as top level sections in the secondary Activity Bar alongsideHelp
andViewer
.