How to restore the default view of Plot window in VS? 2

This topic has exactly same title this topic: https://discourse.julialang.org/t/how-to-restore-the-default-view-of-plot-window-in-vs/72776?u=rmsmsgood

image

Before VS code version 1.63, the plot() opens new splited section and show the plot in there, but now the section of plot covers editor. This is extreamly annoying. How can i fix it?

Before

image

After

image

1 Like

This got fixed in https://github.com/julia-vscode/julia-vscode/pull/2602, so you either wait for the next version to be released or down-grade to an older version of the extension.

2 Likes

Sorry for asking this, do you know when next version will be released? I saw that julia-vscode v1.5.8 was commited 2 days ago, and i just updated julia 1.7.0 but still doesn’t work properly. Commit and release are different?