I have had no issues with VSCode plots until all of a sudden, they stopped showing up. I dont even know what I changed because no matter what I do, the plots dont show up whatsoever.
I’m using PlotlyJS, and a simple line in the REPL would usually show up in a plot pane inside VSCode. However now when I try make a simple plot like below, nothing shows except for some text inside the Plot Navigator. The pane seems to have disappeared and I cant find how to get it back.
using PlotlyJS
p = make_subplots()
p
And yes, I have ticked “display plots inside VSCode” in the settings. I’ve also restarted VS Code several times.
Have you restarted vscode? Have you updated packages? Was there a downgrade? Are you on Julia 7?
As a quick way out, you can install vscodium and see if you get lucky (it’s Visual Studio Code minus the data sharing features that Microsoft leverages from the product).
I’ve definitely restarted and updated julia and all the packages to the latest version. It had been working fine for ages until very recently too so really would like to get to the bottom of this :\
Thanks for the vscodium link, but unfortunately does not work… like VSCode, the only response is it shows under plot Navigation, so I know something is happening, but still no plot nor pane…
It’s definitely annoying the hell out of me, I’ve even tried reinstalling VSCode and deleting the cache inside %Appdata%\Code…
Since a re-install still didnt seem to work, I’m at my wit’s end.
The only good news is I found I could still have plots show externally if I disable the “Use Plot Pane” setting, but it simply quite isnt the same…
Same experience here. I was also forced to downgrade, which is unfortunate, since that also downgrades the Julia extension, and some nice recent features are lost.