Plotting in the VSCode secondary side bar

Is it possible to put plots by default in the secondary side bar of VSCode? Ideally also have the side bar split vertically:

┌──────────────┳━━━━━━━┓
│              ┃       ┃
│              ┃ Plots ┃
│              ┃       ┃
│              ┣───────┫
│              ┃Console┃
│              ┃       ┃
│              ┃       ┃
│              ┃       ┃
│              ┃       ┃
└──────────────┻━━━━━━━┛
1 Like


This method does not guarantee that this state will be maintained by default every time you start up, but it can temporarily meet your needs. First, move the terminal to the editor area, then close the right sidebar. Drag the terminal in the editor area to the right, then drag the plots tab to the right to achieve a split screen on the right side.

Restarting VSCode will restore this state. :smiling_face_with_tear:

It is a bit weird but it works. Thank you!

1 Like