Hello. I am a relatively new user of Julia on VSCode. I remember that till a couple of months ago, Plots.jl was allowing me to zoom into the plots using the scroll wheel of my mouse. Looks like after some package/VSCode update, that functionality is gone.
Now, I either have to use plotlyjs() to interact, which is relatively slower, or need to save every time I plot with default gr() backend and zoom as per the requirement. Can someone help me identify where the problem is?
I think that was a feature of VSCode and of the Julia extension, and effectively it is not working anymore. Probably you will need to downgrade VSCode (and/or the Julia extension).