We released v0.11.1 of the julia VS Code extension to the marketplace.
The main feature of this release is that it supports julia 1.0, and drops support for older versions of julia.
The release also adds support for interactive PlotlyJS.jl figures in the plot pane, similar to the existing support for interactive VegaLite.jl figures. Thanks to @anon67531922 for that work!
As always, thanks a lot to everyone who tested prerelease versions, reported bugs etc.!
I just installed the extension and julia 1.03 on ubuntu 18.04 , the status bar I could see a link “Julia env: v1.0” clicking on that prompts a folder select but nothing happens after that… anyone facing the same issue ??
Right now the only thing that does is change what env gets loaded if you start a new REPL instance. We hope to improve the whole support for env much in upcoming releases, but for now that is what we’ve got…
I do not know the reason but when opening the vscode the julia consumed 25% of the processing of the computer, linter and autocomplete not work, and after closing the vscode the julia continued running. After uninstalling the extension, deleting the folder and then reinstalling it, works as intended.
VS code extension works quite nice for me (on Ubuntu 18.04).
But I have a little problem:
I am using PyPlot, and if I run a script by pressing F5 no diagram is displayed.
If I start Julia from the console and run the script in the console using include, it works.
Any idea what might be going wrong when pressing F5?
lia> show()
/home/ufechner/.julia/conda/3/lib/python3.7/site-packages/matplotlib/figure.py:448: UserWarning: Matplotlib is currently using agg, which is a non-GUI backend, so cannot show the figure.
% get_backend())
julia>