Home > Mobile >  vscode open the "Julia Plots" editor in a fixed location
vscode open the "Julia Plots" editor in a fixed location

Time:12-11

I'am using vscode for some julia coding. It was always fine. Lately, maybe after some auto updating, vscode starts to show new editor following my mouse focus, which heavely bothers me because i want the "plot" editor in a fixed space, but every time in run the files, the plot editor pops up in the group with my file editors.

I searched online and checked the vscode documents. Relevant settings are default group/lock group. But none of it solves my problem.

Please lend a hand, thanks in advance~

CodePudding user response:

I just started having this same exact problem, not sure how to fix properly. If you want a quick fix downloading a previous version of vscode worked for me (https://code.visualstudio.com/updates/v1_63).

  • Related