I have VSCode set to automatically format .jl files on save, and also to save files whenever focus changes.
Most of the time this works brilliantly, formatting my files in a flash. But occasionally formatting a file will take several minutes for a 150 line file.
Has anybody else encountered this?
I’m running the julia extension for VSCode version 1.38.2
It magically got better on its own no idea which of the many improvements to the Julia ecosystem did the trick. On 1.10 this is not an issue.
Autoformatting is now essentially instant. In the time it takes me to move my cursor from the VSCode text editor window to the Julia REPL window the text is formatted, saved, the change is detected by Revise and everything is consistent. It’s great.