Steps to reproduce: In the VS Code REPL, type
using PyPlot
plot([0,1],[0,1])
display(gcf())
What I expected to happen: A new plot pane opens up to display the plot.
What actually happens: The above, but in addition it also opens the Julia side bar.
Is there a way to stop the sidebar from appearing?