After latest update VS code now closes the plotting pane and shifts focus to plot tab after each plot.
My first question is how do I stop this.
My second question is how do I disable these updates and pre-compilations each time I restart VS code.
They have been a source of unpredictability and instability in general.
Thank you.
I guess it is this issue https://github.com/julia-vscode/julia-vscode/issues/2618, isnât it?
1 Like
Had the same behavior.
My solution:
In the menu of the code pane(âmore actionsâ - the 3 dots in the upper, right corner) , I selected âlock groupâ and the plot-pane was ânormalâ again on my PC.
2 Likes
You are correct, and itâs similar times.
Sounds like a real hassle and it seems to me the issue here is that VScode updates automatically with each launch of the program.
Seems like it would be a good idea to disable this feature except for versions that were verified to not break the Julia environment.
Well done!
I tried this before with the plots pane but it didnât solve the problem.