I have been using Julia in VSCode for some time now, and plotting using Plots.jl and the gr() backend. At some point, the output to the plot pane became zoomed in, outputting something like this:
I tried the following:
using Plots
gr(size = (400, 400))
with various size arguments. This changes the size of the plot within the plot pane, but not the size of the image itself. How can I resize the image?

I'm not sure if that will help, but it happen in my VSCode after
Pkg.update()and after restarting VSCode it just fixed.