Accidentally exited Julia session

I ran some codes on the Julia REPL in VS Code and accidentally closed VS Code. When I reopened VS Code the Terminal window showed history restored followed by a series of numbers (see below).


I wonder if it is possible to pick up where I left the code, or do I have to re-run the codes?
Thank you.

It’s very doubtful, that any language does it by default.

There’s a tool Mozilla rr to “snapshot” what you are doing (and dumping “core” would be possible too), but it’s not used by default, it’s used if you started with: julia --bug-report= …