Open alyst opened 3 months ago
Same here. In my case the REPL is not running any task, just idle. I have several laptops on Windows/macOS and I switch between them and reload vscode windows and it happens.
Also happens when I close the vscode window by accident during a long running task. And on window reopen and start REPL it runs fine, after the long running task finishes it crashes.
The issue is still there with the latest julia-vscode and Julia 1.11. Very annoying, as I keep forgetting to disconnect and keep loosing hours of calculations :'(
It seems if my Julia REPL session (running within tmux) is connected to the vscode extension, long running tasks (say, 10h) confuse vscode extension, and it crashes my Julia session right after the task completes. If I disconnect vscode from the REPL, the command executes and does not crash. (And there were some vscode window reloads and disconnect from the server in between, but these things don't crash shorter-running tasks)
Here's the trace (Julia 1.10.4, vscode extension v1.105.2):