[ANN] VS Code extension 1.0.10 released

Thanks a lot for the newer version! I like the interrupt feature (Ctrl-C) very much.

Just a couple questions:
(1) After upgrading to 1.0.10, on Windows PyPlot does not work anymore - no plot window can be shown (I have “Use Plot Pane” unchecked properly). I have opened an issue here: https://github.com/julia-vscode/julia-vscode/issues/1782

(2) Maybe this is more for the debugger team, but julia-vscode is where users have the experience, so maybe I’ll ask here: any progress on making the visual debugger a smoother experience? That is, one can put a break point anywhere in the code (maybe layers down), and the debugger can execute at Compile Mode speed, but still not miss the breakpoint (like in the standard, non Compile Mode).

(3) Any plan to make Intellisense and Go to definition work for modules that are loaded by “using XYZ” from a LOAD_PATH location?
Or, how about the approach to “includet XYZ.jl” first then “using .XYZ”? Last time I tried this the intellisense worked partially, not reliable when there are multiple layers of modules with cross-referencing.

Thanks again for the fabulous extension!